pub struct GetOutboxReadDate {
pub peer: InputPeer,
pub msg_id: i32,
}Expand description
Generated from:
messages.getOutboxReadDate#8c4bfe5d peer:InputPeer msg_id:int = OutboxReadDateFields§
§peer: InputPeer§msg_id: i32Trait Implementations§
Source§impl Clone for GetOutboxReadDate
impl Clone for GetOutboxReadDate
Source§fn clone(&self) -> GetOutboxReadDate
fn clone(&self) -> GetOutboxReadDate
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 GetOutboxReadDate
impl Debug for GetOutboxReadDate
Source§impl Identifiable for GetOutboxReadDate
impl Identifiable for GetOutboxReadDate
Source§const CONSTRUCTOR_ID: u32 = 0x8c4bfe5d
const CONSTRUCTOR_ID: u32 = 0x8c4bfe5d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetOutboxReadDate
impl PartialEq for GetOutboxReadDate
Source§impl RemoteCall for GetOutboxReadDate
impl RemoteCall for GetOutboxReadDate
Source§type Return = OutboxReadDate
type Return = OutboxReadDate
The deserialized response type.
Source§impl Serializable for GetOutboxReadDate
impl Serializable for GetOutboxReadDate
impl StructuralPartialEq for GetOutboxReadDate
Auto Trait Implementations§
impl Freeze for GetOutboxReadDate
impl RefUnwindSafe for GetOutboxReadDate
impl Send for GetOutboxReadDate
impl Sync for GetOutboxReadDate
impl Unpin for GetOutboxReadDate
impl UnsafeUnpin for GetOutboxReadDate
impl UnwindSafe for GetOutboxReadDate
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