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