pub struct UpdateReadHistoryOutbox {
pub peer: Peer,
pub max_id: i32,
pub pts: i32,
pub pts_count: i32,
}Expand description
Generated from:
updateReadHistoryOutbox#2f2f21bf peer:Peer max_id:int pts:int pts_count:int = UpdateFields§
§peer: Peer§max_id: i32§pts: i32§pts_count: i32Trait Implementations§
Source§impl Clone for UpdateReadHistoryOutbox
impl Clone for UpdateReadHistoryOutbox
Source§fn clone(&self) -> UpdateReadHistoryOutbox
fn clone(&self) -> UpdateReadHistoryOutbox
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 UpdateReadHistoryOutbox
impl Debug for UpdateReadHistoryOutbox
Source§impl Deserializable for UpdateReadHistoryOutbox
impl Deserializable for UpdateReadHistoryOutbox
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<UpdateReadHistoryOutbox> for Update
impl From<UpdateReadHistoryOutbox> for Update
Source§fn from(x: UpdateReadHistoryOutbox) -> Self
fn from(x: UpdateReadHistoryOutbox) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateReadHistoryOutbox
impl Identifiable for UpdateReadHistoryOutbox
Source§const CONSTRUCTOR_ID: u32 = 0x2f2f21bf
const CONSTRUCTOR_ID: u32 = 0x2f2f21bf
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateReadHistoryOutbox
impl PartialEq for UpdateReadHistoryOutbox
Source§impl TryFrom<Update> for UpdateReadHistoryOutbox
impl TryFrom<Update> for UpdateReadHistoryOutbox
impl StructuralPartialEq for UpdateReadHistoryOutbox
Auto Trait Implementations§
impl Freeze for UpdateReadHistoryOutbox
impl RefUnwindSafe for UpdateReadHistoryOutbox
impl Send for UpdateReadHistoryOutbox
impl Sync for UpdateReadHistoryOutbox
impl Unpin for UpdateReadHistoryOutbox
impl UnsafeUnpin for UpdateReadHistoryOutbox
impl UnwindSafe for UpdateReadHistoryOutbox
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