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]

fn decode(value: Value) -> Result<Self>

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

impl Debug for Tutorial
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.