Struct rust_tdlib::types::GetAnimatedEmoji
source · [−]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
sourceimpl AsRef<GetAnimatedEmoji> for GetAnimatedEmoji
impl AsRef<GetAnimatedEmoji> for GetAnimatedEmoji
sourcefn as_ref(&self) -> &GetAnimatedEmoji
fn as_ref(&self) -> &GetAnimatedEmoji
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for GetAnimatedEmoji
impl Clone for GetAnimatedEmoji
sourcefn clone(&self) -> GetAnimatedEmoji
fn clone(&self) -> GetAnimatedEmoji
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GetAnimatedEmoji
impl Debug for GetAnimatedEmoji
sourceimpl Default for GetAnimatedEmoji
impl Default for GetAnimatedEmoji
sourcefn default() -> GetAnimatedEmoji
fn default() -> GetAnimatedEmoji
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetAnimatedEmoji
impl<'de> Deserialize<'de> for GetAnimatedEmoji
sourcefn 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
sourceimpl Serialize for GetAnimatedEmoji
impl Serialize for GetAnimatedEmoji
Auto Trait Implementations
impl RefUnwindSafe for GetAnimatedEmoji
impl Send for GetAnimatedEmoji
impl Sync for GetAnimatedEmoji
impl Unpin for GetAnimatedEmoji
impl UnwindSafe for GetAnimatedEmoji
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more