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