pub struct SendMessageChooseStickerAction {}Expand description
sendMessageChooseStickerAction
Generated from:
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 Deserializable for SendMessageChooseStickerAction
impl Deserializable for SendMessageChooseStickerAction
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<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 = 0xb05ac6b1
const CONSTRUCTOR_ID: u32 = 0xb05ac6b1
The constructor ID as specified in the TL schema.
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 ==.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