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