pub struct ReactionNotificationsFromAll {}Expand description
Generated from:
reactionNotificationsFromAll#4b9e22a0 = ReactionNotificationsFromTrait Implementations§
Source§impl Clone for ReactionNotificationsFromAll
impl Clone for ReactionNotificationsFromAll
Source§fn clone(&self) -> ReactionNotificationsFromAll
fn clone(&self) -> ReactionNotificationsFromAll
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 ReactionNotificationsFromAll
impl Debug for ReactionNotificationsFromAll
Source§impl Deserializable for ReactionNotificationsFromAll
impl Deserializable for ReactionNotificationsFromAll
Source§fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<ReactionNotificationsFromAll> for ReactionNotificationsFrom
impl From<ReactionNotificationsFromAll> for ReactionNotificationsFrom
Source§fn from(_x: ReactionNotificationsFromAll) -> Self
fn from(_x: ReactionNotificationsFromAll) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ReactionNotificationsFromAll
impl Identifiable for ReactionNotificationsFromAll
Source§const CONSTRUCTOR_ID: u32 = 0x4b9e22a0
const CONSTRUCTOR_ID: u32 = 0x4b9e22a0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ReactionNotificationsFromAll
impl PartialEq for ReactionNotificationsFromAll
Source§fn eq(&self, other: &ReactionNotificationsFromAll) -> bool
fn eq(&self, other: &ReactionNotificationsFromAll) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReactionNotificationsFromAll
Auto Trait Implementations§
impl Freeze for ReactionNotificationsFromAll
impl RefUnwindSafe for ReactionNotificationsFromAll
impl Send for ReactionNotificationsFromAll
impl Sync for ReactionNotificationsFromAll
impl Unpin for ReactionNotificationsFromAll
impl UnsafeUnpin for ReactionNotificationsFromAll
impl UnwindSafe for ReactionNotificationsFromAll
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