pub struct GetMaskStickers {
pub hash: i64,
}Expand description
Generated from:
messages.getMaskStickers#640f82b8 hash:long = messages.AllStickersFields§
§hash: i64Trait Implementations§
Source§impl Clone for GetMaskStickers
impl Clone for GetMaskStickers
Source§fn clone(&self) -> GetMaskStickers
fn clone(&self) -> GetMaskStickers
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 GetMaskStickers
impl Debug for GetMaskStickers
Source§impl Identifiable for GetMaskStickers
impl Identifiable for GetMaskStickers
Source§const CONSTRUCTOR_ID: u32 = 0x640f82b8
const CONSTRUCTOR_ID: u32 = 0x640f82b8
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetMaskStickers
impl PartialEq for GetMaskStickers
Source§impl RemoteCall for GetMaskStickers
impl RemoteCall for GetMaskStickers
Source§type Return = AllStickers
type Return = AllStickers
The deserialized response type.
Source§impl Serializable for GetMaskStickers
impl Serializable for GetMaskStickers
impl StructuralPartialEq for GetMaskStickers
Auto Trait Implementations§
impl Freeze for GetMaskStickers
impl RefUnwindSafe for GetMaskStickers
impl Send for GetMaskStickers
impl Sync for GetMaskStickers
impl Unpin for GetMaskStickers
impl UnsafeUnpin for GetMaskStickers
impl UnwindSafe for GetMaskStickers
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