Struct spotrust::model::SpotifyPlaylistTrack
[−]
[src]
pub struct SpotifyPlaylistTrack {
pub added_at: String,
pub added_by: String,
pub is_local: bool,
pub track: SpotifyTrackFull,
}Fields
added_at: String
added_by: String
is_local: bool
track: SpotifyTrackFull
Trait Implementations
impl Clone for SpotifyPlaylistTrack[src]
fn clone(&self) -> SpotifyPlaylistTrack[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