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 | |
indicators_confirmed |
Methods
impl Tutorial
[src]
Trait Implementations
Derived Implementations
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