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