pub struct InputStickerSetEmojiGenericAnimations {}Expand description
Read inputStickerSetEmojiGenericAnimations docs.
Generated from the following TL definition:
inputStickerSetEmojiGenericAnimations#4c4d4ce = InputStickerSetTrait Implementations§
Source§impl Clone for InputStickerSetEmojiGenericAnimations
impl Clone for InputStickerSetEmojiGenericAnimations
Source§fn clone(&self) -> InputStickerSetEmojiGenericAnimations
fn clone(&self) -> InputStickerSetEmojiGenericAnimations
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 From<InputStickerSetEmojiGenericAnimations> for InputStickerSet
impl From<InputStickerSetEmojiGenericAnimations> for InputStickerSet
Source§fn from(_x: InputStickerSetEmojiGenericAnimations) -> Self
fn from(_x: InputStickerSetEmojiGenericAnimations) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputStickerSetEmojiGenericAnimations
impl Identifiable for InputStickerSetEmojiGenericAnimations
Source§const CONSTRUCTOR_ID: u32 = 80_008_398u32
const CONSTRUCTOR_ID: u32 = 80_008_398u32
The unique identifier for the type.
Source§impl PartialEq for InputStickerSetEmojiGenericAnimations
impl PartialEq for InputStickerSetEmojiGenericAnimations
Source§fn eq(&self, other: &InputStickerSetEmojiGenericAnimations) -> bool
fn eq(&self, other: &InputStickerSetEmojiGenericAnimations) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serializable for InputStickerSetEmojiGenericAnimations
impl Serializable for InputStickerSetEmojiGenericAnimations
impl StructuralPartialEq for InputStickerSetEmojiGenericAnimations
Auto Trait Implementations§
impl Freeze for InputStickerSetEmojiGenericAnimations
impl RefUnwindSafe for InputStickerSetEmojiGenericAnimations
impl Send for InputStickerSetEmojiGenericAnimations
impl Sync for InputStickerSetEmojiGenericAnimations
impl Unpin for InputStickerSetEmojiGenericAnimations
impl UnwindSafe for InputStickerSetEmojiGenericAnimations
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