Struct mammut::Data [] [src]

pub struct Data {
    pub base: String,
    pub client_id: String,
    pub client_secret: String,
    pub redirect: String,
    pub token: String,
}

Raw data about mastodon app. Save Data using serde to prevent needing to authenticate on every run.

Fields

Trait Implementations

impl Clone for Data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Data
[src]

Formats the value using the given formatter.