Enum spotify_rs::endpoint::player::RepeatMode
source · pub enum RepeatMode {
Track,
Context,
Off,
}Variants§
Trait Implementations§
source§impl Clone for RepeatMode
impl Clone for RepeatMode
source§fn clone(&self) -> RepeatMode
fn clone(&self) -> RepeatMode
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 RepeatMode
impl Debug for RepeatMode
source§impl Default for RepeatMode
impl Default for RepeatMode
source§fn default() -> RepeatMode
fn default() -> RepeatMode
Returns the “default value” for a type. Read more
source§impl Serialize for RepeatMode
impl Serialize for RepeatMode
impl Copy for RepeatMode
Auto Trait Implementations§
impl RefUnwindSafe for RepeatMode
impl Send for RepeatMode
impl Sync for RepeatMode
impl Unpin for RepeatMode
impl UnwindSafe for RepeatMode
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