Struct spotify_rs::model::show::SimplifiedEpisode
source · pub struct SimplifiedEpisode {Show 19 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>,
}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>Trait Implementations§
source§impl Clone for SimplifiedEpisode
impl Clone for SimplifiedEpisode
source§fn clone(&self) -> SimplifiedEpisode
fn clone(&self) -> SimplifiedEpisode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SimplifiedEpisode
impl Debug for SimplifiedEpisode
source§impl<'de> Deserialize<'de> for SimplifiedEpisode
impl<'de> Deserialize<'de> for SimplifiedEpisode
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 SimplifiedEpisode
impl RefUnwindSafe for SimplifiedEpisode
impl Send for SimplifiedEpisode
impl Sync for SimplifiedEpisode
impl Unpin for SimplifiedEpisode
impl UnwindSafe for SimplifiedEpisode
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)