pub struct GetRecentStickers {
pub attached: bool,
pub hash: i64,
}Expand description
Generated from:
messages.getRecentStickers#9da9403b flags:# attached:flags.0?true hash:long = messages.RecentStickersFields§
§attached: bool§hash: i64Trait Implementations§
Source§impl Clone for GetRecentStickers
impl Clone for GetRecentStickers
Source§fn clone(&self) -> GetRecentStickers
fn clone(&self) -> GetRecentStickers
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 GetRecentStickers
impl Debug for GetRecentStickers
Source§impl Identifiable for GetRecentStickers
impl Identifiable for GetRecentStickers
Source§const CONSTRUCTOR_ID: u32 = 0x9da9403b
const CONSTRUCTOR_ID: u32 = 0x9da9403b
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetRecentStickers
impl PartialEq for GetRecentStickers
Source§impl RemoteCall for GetRecentStickers
impl RemoteCall for GetRecentStickers
Source§type Return = RecentStickers
type Return = RecentStickers
The deserialized response type.
Source§impl Serializable for GetRecentStickers
impl Serializable for GetRecentStickers
impl StructuralPartialEq for GetRecentStickers
Auto Trait Implementations§
impl Freeze for GetRecentStickers
impl RefUnwindSafe for GetRecentStickers
impl Send for GetRecentStickers
impl Sync for GetRecentStickers
impl Unpin for GetRecentStickers
impl UnsafeUnpin for GetRecentStickers
impl UnwindSafe for GetRecentStickers
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