pub struct StickerSetNotModified {}Expand description
messages.stickerSetNotModified
Generated from:
messages.stickerSetNotModified#d3f924eb = messages.StickerSetTrait Implementations§
Source§impl Clone for StickerSetNotModified
impl Clone for StickerSetNotModified
Source§fn clone(&self) -> StickerSetNotModified
fn clone(&self) -> StickerSetNotModified
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 StickerSetNotModified
impl Debug for StickerSetNotModified
Source§impl Deserializable for StickerSetNotModified
impl Deserializable for StickerSetNotModified
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<StickerSetNotModified> for StickerSet
impl From<StickerSetNotModified> for StickerSet
Source§fn from(_x: StickerSetNotModified) -> Self
fn from(_x: StickerSetNotModified) -> Self
Converts to this type from the input type.
Source§impl Identifiable for StickerSetNotModified
impl Identifiable for StickerSetNotModified
Source§const CONSTRUCTOR_ID: u32 = 0xd3f924eb
const CONSTRUCTOR_ID: u32 = 0xd3f924eb
The constructor ID as specified in the TL schema.
Source§impl PartialEq for StickerSetNotModified
impl PartialEq for StickerSetNotModified
Source§impl Serializable for StickerSetNotModified
impl Serializable for StickerSetNotModified
impl StructuralPartialEq for StickerSetNotModified
Auto Trait Implementations§
impl Freeze for StickerSetNotModified
impl RefUnwindSafe for StickerSetNotModified
impl Send for StickerSetNotModified
impl Sync for StickerSetNotModified
impl Unpin for StickerSetNotModified
impl UnsafeUnpin for StickerSetNotModified
impl UnwindSafe for StickerSetNotModified
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