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