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