pub struct MarkDialogUnread {
pub unread: bool,
pub parent_peer: Option<InputPeer>,
pub peer: InputDialogPeer,
}Expand description
Generated from:
messages.markDialogUnread#8c5006f8 flags:# unread:flags.0?true parent_peer:flags.1?InputPeer peer:InputDialogPeer = BoolFields§
§unread: bool§parent_peer: Option<InputPeer>§peer: InputDialogPeerTrait Implementations§
Source§impl Clone for MarkDialogUnread
impl Clone for MarkDialogUnread
Source§fn clone(&self) -> MarkDialogUnread
fn clone(&self) -> MarkDialogUnread
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 MarkDialogUnread
impl Debug for MarkDialogUnread
Source§impl Identifiable for MarkDialogUnread
impl Identifiable for MarkDialogUnread
Source§const CONSTRUCTOR_ID: u32 = 0x8c5006f8
const CONSTRUCTOR_ID: u32 = 0x8c5006f8
The constructor ID as specified in the TL schema.
Source§impl PartialEq for MarkDialogUnread
impl PartialEq for MarkDialogUnread
Source§impl RemoteCall for MarkDialogUnread
impl RemoteCall for MarkDialogUnread
Source§impl Serializable for MarkDialogUnread
impl Serializable for MarkDialogUnread
impl StructuralPartialEq for MarkDialogUnread
Auto Trait Implementations§
impl Freeze for MarkDialogUnread
impl RefUnwindSafe for MarkDialogUnread
impl Send for MarkDialogUnread
impl Sync for MarkDialogUnread
impl Unpin for MarkDialogUnread
impl UnsafeUnpin for MarkDialogUnread
impl UnwindSafe for MarkDialogUnread
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