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