pub struct GetStickers {
pub emoticon: String,
pub hash: i64,
}Expand description
Generated from:
messages.getStickers#d5a5d3a1 emoticon:string hash:long = messages.StickersFields§
§emoticon: String§hash: i64Trait Implementations§
Source§impl Clone for GetStickers
impl Clone for GetStickers
Source§fn clone(&self) -> GetStickers
fn clone(&self) -> GetStickers
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 GetStickers
impl Debug for GetStickers
Source§impl Identifiable for GetStickers
impl Identifiable for GetStickers
Source§const CONSTRUCTOR_ID: u32 = 0xd5a5d3a1
const CONSTRUCTOR_ID: u32 = 0xd5a5d3a1
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetStickers
impl PartialEq for GetStickers
Source§impl RemoteCall for GetStickers
impl RemoteCall for GetStickers
Source§impl Serializable for GetStickers
impl Serializable for GetStickers
impl StructuralPartialEq for GetStickers
Auto Trait Implementations§
impl Freeze for GetStickers
impl RefUnwindSafe for GetStickers
impl Send for GetStickers
impl Sync for GetStickers
impl Unpin for GetStickers
impl UnsafeUnpin for GetStickers
impl UnwindSafe for GetStickers
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