Struct spotrust::model::SpotifyPlaylistTrack [] [src]

pub struct SpotifyPlaylistTrack {
    pub added_at: String,
    pub added_by: String,
    pub is_local: bool,
    pub track: SpotifyTrackFull,
}

Fields

Trait Implementations

impl Clone for SpotifyPlaylistTrack
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SpotifyPlaylistTrack
[src]

[src]

Formats the value using the given formatter.