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