pub struct InputStickerSetEmojiGenericAnimations {}Expand description
inputStickerSetEmojiGenericAnimations
Generated from:
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 Deserializable for InputStickerSetEmojiGenericAnimations
impl Deserializable for InputStickerSetEmojiGenericAnimations
Source§fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§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 = 0x04c4d4ce
const CONSTRUCTOR_ID: u32 = 0x04c4d4ce
The constructor ID as specified in the TL schema.
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 ==.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 UnsafeUnpin 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