Struct disco_quick::track::Track
source · pub struct Track {
pub position: String,
pub title: String,
pub duration: Option<String>,
pub artists: Vec<ArtistCredit>,
pub extraartists: Vec<ArtistCredit>,
}Fields§
§position: String§title: String§duration: Option<String>§artists: Vec<ArtistCredit>§extraartists: Vec<ArtistCredit>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Track
impl Send for Track
impl Sync for Track
impl Unpin for Track
impl UnwindSafe for Track
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more