Struct discord::model::Tutorial  
                   
                       [−]
                   
               [src]
pub struct Tutorial {
    pub indicators_suppressed: bool,
    pub indicators_confirmed: Vec<String>,
}Progress through the Discord tutorial
Fields
indicators_suppressed: bool
                           
                           
                           indicators_confirmed: Vec<String>
                           Trait Implementations
impl Debug for Tutorial[src]
impl Clone for Tutorial[src]
fn clone(&self) -> Tutorial
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more