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