Struct spotify_rs::endpoint::audiobook::ChapterEndpoint
source · pub struct ChapterEndpoint { /* private fields */ }Trait Implementations§
source§impl Clone for ChapterEndpoint
impl Clone for ChapterEndpoint
source§fn clone(&self) -> ChapterEndpoint
fn clone(&self) -> ChapterEndpoint
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 ChapterEndpoint
impl Debug for ChapterEndpoint
source§impl Default for ChapterEndpoint
impl Default for ChapterEndpoint
source§fn default() -> ChapterEndpoint
fn default() -> ChapterEndpoint
Returns the “default value” for a type. Read more
source§impl Serialize for ChapterEndpoint
impl Serialize for ChapterEndpoint
impl Endpoint for ChapterEndpoint
Auto Trait Implementations§
impl Freeze for ChapterEndpoint
impl RefUnwindSafe for ChapterEndpoint
impl Send for ChapterEndpoint
impl Sync for ChapterEndpoint
impl Unpin for ChapterEndpoint
impl UnwindSafe for ChapterEndpoint
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)