pub struct GetDialogUnreadMarks {
pub parent_peer: Option<InputPeer>,
}Expand description
Generated from:
messages.getDialogUnreadMarks#21202222 flags:# parent_peer:flags.0?InputPeer = Vector<DialogPeer>Fields§
§parent_peer: Option<InputPeer>Trait Implementations§
Source§impl Clone for GetDialogUnreadMarks
impl Clone for GetDialogUnreadMarks
Source§fn clone(&self) -> GetDialogUnreadMarks
fn clone(&self) -> GetDialogUnreadMarks
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 GetDialogUnreadMarks
impl Debug for GetDialogUnreadMarks
Source§impl Identifiable for GetDialogUnreadMarks
impl Identifiable for GetDialogUnreadMarks
Source§const CONSTRUCTOR_ID: u32 = 0x21202222
const CONSTRUCTOR_ID: u32 = 0x21202222
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetDialogUnreadMarks
impl PartialEq for GetDialogUnreadMarks
Source§impl RemoteCall for GetDialogUnreadMarks
impl RemoteCall for GetDialogUnreadMarks
Source§type Return = Vec<DialogPeer>
type Return = Vec<DialogPeer>
The deserialized response type.
Source§impl Serializable for GetDialogUnreadMarks
impl Serializable for GetDialogUnreadMarks
impl StructuralPartialEq for GetDialogUnreadMarks
Auto Trait Implementations§
impl Freeze for GetDialogUnreadMarks
impl RefUnwindSafe for GetDialogUnreadMarks
impl Send for GetDialogUnreadMarks
impl Sync for GetDialogUnreadMarks
impl Unpin for GetDialogUnreadMarks
impl UnsafeUnpin for GetDialogUnreadMarks
impl UnwindSafe for GetDialogUnreadMarks
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