pub struct ArchivedStickers {
pub count: i32,
pub sets: Vec<StickerSetCovered>,
}Expand description
Generated from:
messages.archivedStickers#4fcba9c8 count:int sets:Vector<StickerSetCovered> = messages.ArchivedStickersFields§
§count: i32§sets: Vec<StickerSetCovered>Trait Implementations§
Source§impl Clone for ArchivedStickers
impl Clone for ArchivedStickers
Source§fn clone(&self) -> ArchivedStickers
fn clone(&self) -> ArchivedStickers
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 ArchivedStickers
impl Debug for ArchivedStickers
Source§impl Deserializable for ArchivedStickers
impl Deserializable for ArchivedStickers
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<ArchivedStickers> for ArchivedStickers
impl From<ArchivedStickers> for ArchivedStickers
Source§fn from(x: ArchivedStickers) -> Self
fn from(x: ArchivedStickers) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ArchivedStickers
impl Identifiable for ArchivedStickers
Source§const CONSTRUCTOR_ID: u32 = 0x4fcba9c8
const CONSTRUCTOR_ID: u32 = 0x4fcba9c8
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ArchivedStickers
impl PartialEq for ArchivedStickers
Source§impl Serializable for ArchivedStickers
impl Serializable for ArchivedStickers
Source§impl TryFrom<ArchivedStickers> for ArchivedStickers
impl TryFrom<ArchivedStickers> for ArchivedStickers
Source§type Error = ArchivedStickers
type Error = ArchivedStickers
The type returned in the event of a conversion error.
impl StructuralPartialEq for ArchivedStickers
Auto Trait Implementations§
impl Freeze for ArchivedStickers
impl RefUnwindSafe for ArchivedStickers
impl Send for ArchivedStickers
impl Sync for ArchivedStickers
impl Unpin for ArchivedStickers
impl UnsafeUnpin for ArchivedStickers
impl UnwindSafe for ArchivedStickers
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