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