Struct spotrust::model::SpotifyToken [] [src]

pub struct SpotifyToken {
    pub access_token: String,
    pub expires_in: Duration,
    pub toi: SystemTime,
    pub cid: String,
    pub cs: String,
}

Fields

Trait Implementations

impl Clone for SpotifyToken
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SpotifyToken
[src]

[src]

Formats the value using the given formatter.