pub enum BandcampContentType {
Album,
Track,
}Expand description
Bandcamp content type
Variants§
Trait Implementations§
Source§impl Clone for BandcampContentType
impl Clone for BandcampContentType
Source§fn clone(&self) -> BandcampContentType
fn clone(&self) -> BandcampContentType
Returns a duplicate 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 BandcampContentType
impl Debug for BandcampContentType
Source§impl<'de> Deserialize<'de> for BandcampContentType
impl<'de> Deserialize<'de> for BandcampContentType
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
Source§impl Hash for BandcampContentType
impl Hash for BandcampContentType
Source§impl Ord for BandcampContentType
impl Ord for BandcampContentType
Source§fn cmp(&self, other: &BandcampContentType) -> Ordering
fn cmp(&self, other: &BandcampContentType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BandcampContentType
impl PartialEq for BandcampContentType
Source§impl PartialOrd for BandcampContentType
impl PartialOrd for BandcampContentType
Source§impl Serialize for BandcampContentType
impl Serialize for BandcampContentType
impl Eq for BandcampContentType
impl StructuralPartialEq for BandcampContentType
Auto Trait Implementations§
impl Freeze for BandcampContentType
impl RefUnwindSafe for BandcampContentType
impl Send for BandcampContentType
impl Sync for BandcampContentType
impl Unpin for BandcampContentType
impl UnwindSafe for BandcampContentType
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