Struct discord::model::Tutorial [] [src]

pub struct Tutorial {
    pub indicators_suppressed: bool,
    pub indicators_confirmed: Vec<String>,
}

Progress through the Discord tutorial

Fields

Methods

impl Tutorial
[src]

Trait Implementations

impl Debug for Tutorial
[src]

Formats the value using the given formatter.

impl Clone for Tutorial
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more