pub struct UpdateReadFeaturedEmojiStickers {}Expand description
Trait Implementations§
Source§impl Clone for UpdateReadFeaturedEmojiStickers
impl Clone for UpdateReadFeaturedEmojiStickers
Source§fn clone(&self) -> UpdateReadFeaturedEmojiStickers
fn clone(&self) -> UpdateReadFeaturedEmojiStickers
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 UpdateReadFeaturedEmojiStickers
impl Deserializable for UpdateReadFeaturedEmojiStickers
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<UpdateReadFeaturedEmojiStickers> for Update
impl From<UpdateReadFeaturedEmojiStickers> for Update
Source§fn from(_x: UpdateReadFeaturedEmojiStickers) -> Self
fn from(_x: UpdateReadFeaturedEmojiStickers) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateReadFeaturedEmojiStickers
impl Identifiable for UpdateReadFeaturedEmojiStickers
Source§const CONSTRUCTOR_ID: u32 = 0xfb4c496c
const CONSTRUCTOR_ID: u32 = 0xfb4c496c
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateReadFeaturedEmojiStickers
impl PartialEq for UpdateReadFeaturedEmojiStickers
Source§fn eq(&self, other: &UpdateReadFeaturedEmojiStickers) -> bool
fn eq(&self, other: &UpdateReadFeaturedEmojiStickers) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateReadFeaturedEmojiStickers
Auto Trait Implementations§
impl Freeze for UpdateReadFeaturedEmojiStickers
impl RefUnwindSafe for UpdateReadFeaturedEmojiStickers
impl Send for UpdateReadFeaturedEmojiStickers
impl Sync for UpdateReadFeaturedEmojiStickers
impl Unpin for UpdateReadFeaturedEmojiStickers
impl UnsafeUnpin for UpdateReadFeaturedEmojiStickers
impl UnwindSafe for UpdateReadFeaturedEmojiStickers
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