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