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