pub struct InputNotifyPeer {
pub peer: InputPeer,
}Expand description
Fields§
§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§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<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 = 0xb8bc5b0c
const CONSTRUCTOR_ID: u32 = 0xb8bc5b0c
The constructor ID as specified in the TL schema.
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
Source§type Error = InputNotifyPeer
type Error = InputNotifyPeer
The type returned in the event of a conversion error.
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