Struct spotify_rs::model::audiobook::SimplifiedChapter
source · pub struct SimplifiedChapter {Show 20 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>,
}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>Trait Implementations§
source§impl Clone for SimplifiedChapter
impl Clone for SimplifiedChapter
source§fn clone(&self) -> SimplifiedChapter
fn clone(&self) -> SimplifiedChapter
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 SimplifiedChapter
impl Debug for SimplifiedChapter
source§impl<'de> Deserialize<'de> for SimplifiedChapter
impl<'de> Deserialize<'de> for SimplifiedChapter
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 SimplifiedChapter
impl RefUnwindSafe for SimplifiedChapter
impl Send for SimplifiedChapter
impl Sync for SimplifiedChapter
impl Unpin for SimplifiedChapter
impl UnwindSafe for SimplifiedChapter
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)