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
access_token: String
expires_in: Duration
toi: SystemTime
cid: String
cs: String
Trait Implementations
impl Clone for SpotifyToken[src]
fn clone(&self) -> SpotifyToken[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more