pub struct NotifyUsers {}Expand description
Generated from the following TL definition:
notifyUsers#b4c83b4c = NotifyPeerTrait Implementations§
Source§impl Clone for NotifyUsers
impl Clone for NotifyUsers
Source§fn clone(&self) -> NotifyUsers
fn clone(&self) -> NotifyUsers
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 NotifyUsers
impl Debug for NotifyUsers
Source§impl Deserializable for NotifyUsers
impl Deserializable for NotifyUsers
Source§impl From<NotifyUsers> for NotifyPeer
impl From<NotifyUsers> for NotifyPeer
Source§fn from(_x: NotifyUsers) -> Self
fn from(_x: NotifyUsers) -> Self
Converts to this type from the input type.
Source§impl Identifiable for NotifyUsers
impl Identifiable for NotifyUsers
Source§const CONSTRUCTOR_ID: u32 = 3033021260
const CONSTRUCTOR_ID: u32 = 3033021260
The unique identifier for the type.
Source§impl PartialEq for NotifyUsers
impl PartialEq for NotifyUsers
Source§impl Serializable for NotifyUsers
impl Serializable for NotifyUsers
Source§impl TryFrom<NotifyPeer> for NotifyUsers
impl TryFrom<NotifyPeer> for NotifyUsers
impl StructuralPartialEq for NotifyUsers
Auto Trait Implementations§
impl Freeze for NotifyUsers
impl RefUnwindSafe for NotifyUsers
impl Send for NotifyUsers
impl Sync for NotifyUsers
impl Unpin for NotifyUsers
impl UnsafeUnpin for NotifyUsers
impl UnwindSafe for NotifyUsers
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