pub struct MessageAnimatedEmoji {
pub animated_emoji: AnimatedEmoji,
pub emoji: String,
}
Expand description
A message with an animated emoji
Fields§
§animated_emoji: AnimatedEmoji
The animated emoji
emoji: String
The corresponding emoji
Trait Implementations§
Source§impl Clone for MessageAnimatedEmoji
impl Clone for MessageAnimatedEmoji
Source§fn clone(&self) -> MessageAnimatedEmoji
fn clone(&self) -> MessageAnimatedEmoji
Returns a copy 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 MessageAnimatedEmoji
impl Debug for MessageAnimatedEmoji
Source§impl<'de> Deserialize<'de> for MessageAnimatedEmoji
impl<'de> Deserialize<'de> for MessageAnimatedEmoji
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 MessageAnimatedEmoji
impl PartialEq for MessageAnimatedEmoji
Source§impl Serialize for MessageAnimatedEmoji
impl Serialize for MessageAnimatedEmoji
impl StructuralPartialEq for MessageAnimatedEmoji
Auto Trait Implementations§
impl Freeze for MessageAnimatedEmoji
impl RefUnwindSafe for MessageAnimatedEmoji
impl Send for MessageAnimatedEmoji
impl Sync for MessageAnimatedEmoji
impl Unpin for MessageAnimatedEmoji
impl UnwindSafe for MessageAnimatedEmoji
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