pub struct StickerSetNotModified {}Expand description
Read messages.stickerSetNotModified docs.
Generated from the following TL definition:
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 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 = 3556320491
const CONSTRUCTOR_ID: u32 = 3556320491
The unique identifier for the type.
Source§impl PartialEq for StickerSetNotModified
impl PartialEq for StickerSetNotModified
Source§impl Serializable for StickerSetNotModified
impl Serializable for StickerSetNotModified
Source§impl TryFrom<StickerSet> for StickerSetNotModified
impl TryFrom<StickerSet> 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