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