pub struct GetEmojiStickerGroups {
pub hash: i32,
}Expand description
messages.getEmojiStickerGroups
Generated from:
messages.getEmojiStickerGroups#1dd840f5 hash:int = messages.EmojiGroupsFields§
§hash: i32Trait Implementations§
Source§impl Clone for GetEmojiStickerGroups
impl Clone for GetEmojiStickerGroups
Source§fn clone(&self) -> GetEmojiStickerGroups
fn clone(&self) -> GetEmojiStickerGroups
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 GetEmojiStickerGroups
impl Debug for GetEmojiStickerGroups
Source§impl Identifiable for GetEmojiStickerGroups
impl Identifiable for GetEmojiStickerGroups
Source§const CONSTRUCTOR_ID: u32 = 0x1dd840f5
const CONSTRUCTOR_ID: u32 = 0x1dd840f5
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetEmojiStickerGroups
impl PartialEq for GetEmojiStickerGroups
Source§impl RemoteCall for GetEmojiStickerGroups
impl RemoteCall for GetEmojiStickerGroups
Source§type Return = EmojiGroups
type Return = EmojiGroups
The deserialized response type.
Source§impl Serializable for GetEmojiStickerGroups
impl Serializable for GetEmojiStickerGroups
impl StructuralPartialEq for GetEmojiStickerGroups
Auto Trait Implementations§
impl Freeze for GetEmojiStickerGroups
impl RefUnwindSafe for GetEmojiStickerGroups
impl Send for GetEmojiStickerGroups
impl Sync for GetEmojiStickerGroups
impl Unpin for GetEmojiStickerGroups
impl UnsafeUnpin for GetEmojiStickerGroups
impl UnwindSafe for GetEmojiStickerGroups
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