pub enum ArtistPhotoSource {
AlbumCover,
ArtistPhoto,
}Variants§
Trait Implementations§
Source§impl Clone for ArtistPhotoSource
impl Clone for ArtistPhotoSource
Source§fn clone(&self) -> ArtistPhotoSource
fn clone(&self) -> ArtistPhotoSource
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 ArtistPhotoSource
Source§impl Debug for ArtistPhotoSource
impl Debug for ArtistPhotoSource
Source§impl Default for ArtistPhotoSource
impl Default for ArtistPhotoSource
Source§fn default() -> ArtistPhotoSource
fn default() -> ArtistPhotoSource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ArtistPhotoSource
impl<'de> Deserialize<'de> for ArtistPhotoSource
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 ArtistPhotoSource
Source§impl PartialEq for ArtistPhotoSource
impl PartialEq for ArtistPhotoSource
Source§fn eq(&self, other: &ArtistPhotoSource) -> bool
fn eq(&self, other: &ArtistPhotoSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ArtistPhotoSource
impl Serialize for ArtistPhotoSource
impl StructuralPartialEq for ArtistPhotoSource
Auto Trait Implementations§
impl Freeze for ArtistPhotoSource
impl RefUnwindSafe for ArtistPhotoSource
impl Send for ArtistPhotoSource
impl Sync for ArtistPhotoSource
impl Unpin for ArtistPhotoSource
impl UnsafeUnpin for ArtistPhotoSource
impl UnwindSafe for ArtistPhotoSource
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