pub struct GetAvailableReactions {
pub hash: i32,
}Expand description
messages.getAvailableReactions
Generated from:
messages.getAvailableReactions#18dea0ac hash:int = messages.AvailableReactionsFields§
§hash: i32Trait Implementations§
Source§impl Clone for GetAvailableReactions
impl Clone for GetAvailableReactions
Source§fn clone(&self) -> GetAvailableReactions
fn clone(&self) -> GetAvailableReactions
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 GetAvailableReactions
impl Debug for GetAvailableReactions
Source§impl Identifiable for GetAvailableReactions
impl Identifiable for GetAvailableReactions
Source§const CONSTRUCTOR_ID: u32 = 0x18dea0ac
const CONSTRUCTOR_ID: u32 = 0x18dea0ac
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetAvailableReactions
impl PartialEq for GetAvailableReactions
Source§impl RemoteCall for GetAvailableReactions
impl RemoteCall for GetAvailableReactions
Source§type Return = AvailableReactions
type Return = AvailableReactions
The deserialized response type.
Source§impl Serializable for GetAvailableReactions
impl Serializable for GetAvailableReactions
impl StructuralPartialEq for GetAvailableReactions
Auto Trait Implementations§
impl Freeze for GetAvailableReactions
impl RefUnwindSafe for GetAvailableReactions
impl Send for GetAvailableReactions
impl Sync for GetAvailableReactions
impl Unpin for GetAvailableReactions
impl UnsafeUnpin for GetAvailableReactions
impl UnwindSafe for GetAvailableReactions
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