pub struct NotifyUsers {}Expand description
Trait 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§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<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 = 0xb4c83b4c
const CONSTRUCTOR_ID: u32 = 0xb4c83b4c
The constructor ID as specified in the TL schema.
Source§impl PartialEq for NotifyUsers
impl PartialEq for NotifyUsers
Source§impl Serializable for NotifyUsers
impl Serializable 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