pub struct ReceivedNotifyMessage {
pub id: i32,
pub flags: i32,
}Expand description
Generated from:
receivedNotifyMessage#a384b779 id:int flags:int = ReceivedNotifyMessageFields§
§id: i32§flags: i32Trait Implementations§
Source§impl Clone for ReceivedNotifyMessage
impl Clone for ReceivedNotifyMessage
Source§fn clone(&self) -> ReceivedNotifyMessage
fn clone(&self) -> ReceivedNotifyMessage
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 ReceivedNotifyMessage
impl Debug for ReceivedNotifyMessage
Source§impl Deserializable for ReceivedNotifyMessage
impl Deserializable for ReceivedNotifyMessage
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<ReceivedNotifyMessage> for ReceivedNotifyMessage
impl From<ReceivedNotifyMessage> for ReceivedNotifyMessage
Source§fn from(x: ReceivedNotifyMessage) -> Self
fn from(x: ReceivedNotifyMessage) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ReceivedNotifyMessage
impl Identifiable for ReceivedNotifyMessage
Source§const CONSTRUCTOR_ID: u32 = 0xa384b779
const CONSTRUCTOR_ID: u32 = 0xa384b779
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ReceivedNotifyMessage
impl PartialEq for ReceivedNotifyMessage
Source§impl Serializable for ReceivedNotifyMessage
impl Serializable for ReceivedNotifyMessage
Source§impl TryFrom<ReceivedNotifyMessage> for ReceivedNotifyMessage
impl TryFrom<ReceivedNotifyMessage> for ReceivedNotifyMessage
Source§type Error = ReceivedNotifyMessage
type Error = ReceivedNotifyMessage
The type returned in the event of a conversion error.
impl StructuralPartialEq for ReceivedNotifyMessage
Auto Trait Implementations§
impl Freeze for ReceivedNotifyMessage
impl RefUnwindSafe for ReceivedNotifyMessage
impl Send for ReceivedNotifyMessage
impl Sync for ReceivedNotifyMessage
impl Unpin for ReceivedNotifyMessage
impl UnsafeUnpin for ReceivedNotifyMessage
impl UnwindSafe for ReceivedNotifyMessage
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