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