Struct spotify_rs::model::audiobook::Chapter
source · pub struct Chapter {Show 21 fields
pub audio_preview_url: Option<String>,
pub available_markets: Vec<String>,
pub chapter_number: u32,
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_playable: Option<bool>,
pub languages: Vec<String>,
pub name: String,
pub release_date: String,
pub release_date_precision: DatePrecision,
pub resume_point: ResumePoint,
pub type: String,
pub uri: String,
pub restrictions: Option<Restrictions>,
pub audiobook: SimplifiedAudiobook,
}Fields§
§audio_preview_url: Option<String>§available_markets: Vec<String>§chapter_number: u32§description: String§html_description: String§duration_ms: u32§explicit: bool§external_urls: ExternalUrls§href: String§id: String§images: Vec<Image>§is_playable: Option<bool>§languages: Vec<String>§name: String§release_date: String§release_date_precision: DatePrecision§resume_point: ResumePoint§type: String§uri: String§restrictions: Option<Restrictions>§audiobook: SimplifiedAudiobookTrait Implementations§
source§impl<'de> Deserialize<'de> for Chapter
impl<'de> Deserialize<'de> for Chapter
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 Chapter
impl RefUnwindSafe for Chapter
impl Send for Chapter
impl Sync for Chapter
impl Unpin for Chapter
impl UnwindSafe for Chapter
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)