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