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