Enum spotify_rs::model::player::CurrentlyPlayingType
source · pub enum CurrentlyPlayingType {
Track,
Episode,
Ad,
Unknown,
}Variants§
Trait Implementations§
source§impl Clone for CurrentlyPlayingType
impl Clone for CurrentlyPlayingType
source§fn clone(&self) -> CurrentlyPlayingType
fn clone(&self) -> CurrentlyPlayingType
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 CurrentlyPlayingType
impl Debug for CurrentlyPlayingType
source§impl<'de> Deserialize<'de> for CurrentlyPlayingType
impl<'de> Deserialize<'de> for CurrentlyPlayingType
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
impl Copy for CurrentlyPlayingType
Auto Trait Implementations§
impl RefUnwindSafe for CurrentlyPlayingType
impl Send for CurrentlyPlayingType
impl Sync for CurrentlyPlayingType
impl Unpin for CurrentlyPlayingType
impl UnwindSafe for CurrentlyPlayingType
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