pub enum AnimatedEmoji {
AnimatedEmoji(AnimatedEmoji),
}Variants§
AnimatedEmoji(AnimatedEmoji)
Describes an animated or custom representation of an emoji
Trait Implementations§
Source§impl Clone for AnimatedEmoji
impl Clone for AnimatedEmoji
Source§fn clone(&self) -> AnimatedEmoji
fn clone(&self) -> AnimatedEmoji
Returns a duplicate of the value. Read more
1.0.0 · 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 AnimatedEmoji
impl Debug for AnimatedEmoji
Source§impl<'de> Deserialize<'de> for AnimatedEmoji
impl<'de> Deserialize<'de> for AnimatedEmoji
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 AnimatedEmoji
impl PartialEq for AnimatedEmoji
Source§impl Serialize for AnimatedEmoji
impl Serialize for AnimatedEmoji
impl StructuralPartialEq for AnimatedEmoji
Auto Trait Implementations§
impl Freeze for AnimatedEmoji
impl RefUnwindSafe for AnimatedEmoji
impl Send for AnimatedEmoji
impl Sync for AnimatedEmoji
impl Unpin for AnimatedEmoji
impl UnwindSafe for AnimatedEmoji
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