pub struct NotifyChats {}Expand description
Trait Implementations§
Source§impl Clone for NotifyChats
impl Clone for NotifyChats
Source§fn clone(&self) -> NotifyChats
fn clone(&self) -> NotifyChats
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 NotifyChats
impl Debug for NotifyChats
Source§impl Deserializable for NotifyChats
impl Deserializable for NotifyChats
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<NotifyChats> for NotifyPeer
impl From<NotifyChats> for NotifyPeer
Source§fn from(_x: NotifyChats) -> Self
fn from(_x: NotifyChats) -> Self
Converts to this type from the input type.
Source§impl Identifiable for NotifyChats
impl Identifiable for NotifyChats
Source§const CONSTRUCTOR_ID: u32 = 0xc007cec3
const CONSTRUCTOR_ID: u32 = 0xc007cec3
The constructor ID as specified in the TL schema.
Source§impl PartialEq for NotifyChats
impl PartialEq for NotifyChats
Source§impl Serializable for NotifyChats
impl Serializable for NotifyChats
impl StructuralPartialEq for NotifyChats
Auto Trait Implementations§
impl Freeze for NotifyChats
impl RefUnwindSafe for NotifyChats
impl Send for NotifyChats
impl Sync for NotifyChats
impl Unpin for NotifyChats
impl UnsafeUnpin for NotifyChats
impl UnwindSafe for NotifyChats
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