Struct disco_quick::master::Master
source · pub struct Master {
pub id: u32,
pub title: String,
pub main_release: i32,
pub year: i32,
pub notes: Option<String>,
pub genres: Vec<String>,
pub styles: Vec<String>,
pub data_quality: String,
pub artists: Vec<ArtistCredit>,
pub images: Vec<Image>,
pub videos: Vec<Video>,
}Fields§
§id: u32§title: String§main_release: i32§year: i32§notes: Option<String>§genres: Vec<String>§styles: Vec<String>§data_quality: String§artists: Vec<ArtistCredit>§images: Vec<Image>§videos: Vec<Video>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Master
impl Send for Master
impl Sync for Master
impl Unpin for Master
impl UnwindSafe for Master
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