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