pub struct EmoteImage {
pub format: EmoteImageFormat,
pub theme_mode: EmoteThemeMode,
pub scale: EmoteImageScale,
pub url: String,
}Fields§
§format: EmoteImageFormat§theme_mode: EmoteThemeMode§scale: EmoteImageScale§url: StringTrait Implementations§
Source§impl Clone for EmoteImage
impl Clone for EmoteImage
Source§fn clone(&self) -> EmoteImage
fn clone(&self) -> EmoteImage
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 EmoteImage
impl Debug for EmoteImage
Source§impl<'de> Deserialize<'de> for EmoteImage
impl<'de> Deserialize<'de> for EmoteImage
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 EmoteImage
Source§impl Hash for EmoteImage
impl Hash for EmoteImage
Source§impl PartialEq for EmoteImage
impl PartialEq for EmoteImage
Source§fn eq(&self, other: &EmoteImage) -> bool
fn eq(&self, other: &EmoteImage) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EmoteImage
impl Serialize for EmoteImage
impl StructuralPartialEq for EmoteImage
Auto Trait Implementations§
impl Freeze for EmoteImage
impl RefUnwindSafe for EmoteImage
impl Send for EmoteImage
impl Sync for EmoteImage
impl Unpin for EmoteImage
impl UnsafeUnpin for EmoteImage
impl UnwindSafe for EmoteImage
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