pub enum AddonArtworkSourceKind {
RemoteUrl,
}Variants§
RemoteUrl
Trait Implementations§
Source§impl Clone for AddonArtworkSourceKind
impl Clone for AddonArtworkSourceKind
Source§fn clone(&self) -> AddonArtworkSourceKind
fn clone(&self) -> AddonArtworkSourceKind
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 moreSource§impl Debug for AddonArtworkSourceKind
impl Debug for AddonArtworkSourceKind
Source§impl<'de> Deserialize<'de> for AddonArtworkSourceKind
impl<'de> Deserialize<'de> for AddonArtworkSourceKind
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 PartialEq for AddonArtworkSourceKind
impl PartialEq for AddonArtworkSourceKind
Source§fn eq(&self, other: &AddonArtworkSourceKind) -> bool
fn eq(&self, other: &AddonArtworkSourceKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AddonArtworkSourceKind
impl Serialize for AddonArtworkSourceKind
impl Copy for AddonArtworkSourceKind
impl Eq for AddonArtworkSourceKind
impl StructuralPartialEq for AddonArtworkSourceKind
Auto Trait Implementations§
impl Freeze for AddonArtworkSourceKind
impl RefUnwindSafe for AddonArtworkSourceKind
impl Send for AddonArtworkSourceKind
impl Sync for AddonArtworkSourceKind
impl Unpin for AddonArtworkSourceKind
impl UnsafeUnpin for AddonArtworkSourceKind
impl UnwindSafe for AddonArtworkSourceKind
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