Struct spotify_rs::model::show::Episode
source · pub struct Episode {Show 20 fields
pub audio_preview_url: Option<String>,
pub description: String,
pub html_description: String,
pub duration_ms: u32,
pub explicit: bool,
pub external_urls: ExternalUrls,
pub href: String,
pub id: String,
pub images: Vec<Image>,
pub is_externally_hosted: bool,
pub is_playable: bool,
pub languages: Vec<String>,
pub name: String,
pub release_date: String,
pub release_date_precision: DatePrecision,
pub resume_point: Option<ResumePoint>,
pub type: String,
pub uri: String,
pub restrictions: Option<Restrictions>,
pub show: SimplifiedShow,
}Fields§
§audio_preview_url: Option<String>§description: String§html_description: String§duration_ms: u32§explicit: bool§external_urls: ExternalUrls§href: String§id: String§images: Vec<Image>§is_externally_hosted: bool§is_playable: bool§languages: Vec<String>§name: String§release_date: String§release_date_precision: DatePrecision§resume_point: Option<ResumePoint>§type: String§uri: String§restrictions: Option<Restrictions>§show: SimplifiedShowTrait Implementations§
source§impl<'de> Deserialize<'de> for Episode
impl<'de> Deserialize<'de> for Episode
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Episode
impl RefUnwindSafe for Episode
impl Send for Episode
impl Sync for Episode
impl Unpin for Episode
impl UnwindSafe for Episode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)