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