pub struct InputNotifyPeer {
pub peer: InputPeer,
}Expand description
Generated from the following TL definition:
inputNotifyPeer#b8bc5b0c peer:InputPeer = InputNotifyPeerFields§
§peer: InputPeerTrait Implementations§
Source§impl Clone for InputNotifyPeer
impl Clone for InputNotifyPeer
Source§fn clone(&self) -> InputNotifyPeer
fn clone(&self) -> InputNotifyPeer
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 InputNotifyPeer
impl Debug for InputNotifyPeer
Source§impl Deserializable for InputNotifyPeer
impl Deserializable for InputNotifyPeer
Source§impl From<InputNotifyPeer> for InputNotifyPeer
impl From<InputNotifyPeer> for InputNotifyPeer
Source§fn from(x: InputNotifyPeer) -> Self
fn from(x: InputNotifyPeer) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputNotifyPeer
impl Identifiable for InputNotifyPeer
Source§const CONSTRUCTOR_ID: u32 = 3099351820
const CONSTRUCTOR_ID: u32 = 3099351820
The unique identifier for the type.
Source§impl PartialEq for InputNotifyPeer
impl PartialEq for InputNotifyPeer
Source§impl Serializable for InputNotifyPeer
impl Serializable for InputNotifyPeer
Source§impl TryFrom<InputNotifyPeer> for InputNotifyPeer
impl TryFrom<InputNotifyPeer> for InputNotifyPeer
impl StructuralPartialEq for InputNotifyPeer
Auto Trait Implementations§
impl Freeze for InputNotifyPeer
impl RefUnwindSafe for InputNotifyPeer
impl Send for InputNotifyPeer
impl Sync for InputNotifyPeer
impl Unpin for InputNotifyPeer
impl UnsafeUnpin for InputNotifyPeer
impl UnwindSafe for InputNotifyPeer
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