pub enum ListenNowStyle {
List,
Cards,
}Variants§
Trait Implementations§
Source§impl Clone for ListenNowStyle
impl Clone for ListenNowStyle
Source§fn clone(&self) -> ListenNowStyle
fn clone(&self) -> ListenNowStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ListenNowStyle
Source§impl Debug for ListenNowStyle
impl Debug for ListenNowStyle
Source§impl Default for ListenNowStyle
impl Default for ListenNowStyle
Source§fn default() -> ListenNowStyle
fn default() -> ListenNowStyle
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListenNowStyle
impl<'de> Deserialize<'de> for ListenNowStyle
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 Eq for ListenNowStyle
Source§impl PartialEq for ListenNowStyle
impl PartialEq for ListenNowStyle
Source§fn eq(&self, other: &ListenNowStyle) -> bool
fn eq(&self, other: &ListenNowStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ListenNowStyle
impl Serialize for ListenNowStyle
impl StructuralPartialEq for ListenNowStyle
Auto Trait Implementations§
impl Freeze for ListenNowStyle
impl RefUnwindSafe for ListenNowStyle
impl Send for ListenNowStyle
impl Sync for ListenNowStyle
impl Unpin for ListenNowStyle
impl UnsafeUnpin for ListenNowStyle
impl UnwindSafe for ListenNowStyle
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