pub struct GetAnimatedEmoji { /* private fields */ }
Expand description
Returns an animated emoji corresponding to a given emoji. Returns a 404 error if the emoji has no animated emoji
Implementations§
Trait Implementations§
Source§impl AsRef<GetAnimatedEmoji> for GetAnimatedEmoji
impl AsRef<GetAnimatedEmoji> for GetAnimatedEmoji
Source§fn as_ref(&self) -> &GetAnimatedEmoji
fn as_ref(&self) -> &GetAnimatedEmoji
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for GetAnimatedEmoji
impl Clone for GetAnimatedEmoji
Source§fn clone(&self) -> GetAnimatedEmoji
fn clone(&self) -> GetAnimatedEmoji
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 GetAnimatedEmoji
impl Debug for GetAnimatedEmoji
Source§impl Default for GetAnimatedEmoji
impl Default for GetAnimatedEmoji
Source§fn default() -> GetAnimatedEmoji
fn default() -> GetAnimatedEmoji
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAnimatedEmoji
impl<'de> Deserialize<'de> for GetAnimatedEmoji
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
Auto Trait Implementations§
impl Freeze for GetAnimatedEmoji
impl RefUnwindSafe for GetAnimatedEmoji
impl Send for GetAnimatedEmoji
impl Sync for GetAnimatedEmoji
impl Unpin for GetAnimatedEmoji
impl UnwindSafe for GetAnimatedEmoji
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