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