pub struct UpdateEncryptedMessagesRead {
pub chat_id: i32,
pub max_date: i32,
pub date: i32,
}Expand description
Generated from:
updateEncryptedMessagesRead#38fe25b7 chat_id:int max_date:int date:int = UpdateFields§
§chat_id: i32§max_date: i32§date: i32Trait Implementations§
Source§impl Clone for UpdateEncryptedMessagesRead
impl Clone for UpdateEncryptedMessagesRead
Source§fn clone(&self) -> UpdateEncryptedMessagesRead
fn clone(&self) -> UpdateEncryptedMessagesRead
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 UpdateEncryptedMessagesRead
impl Debug for UpdateEncryptedMessagesRead
Source§impl Deserializable for UpdateEncryptedMessagesRead
impl Deserializable for UpdateEncryptedMessagesRead
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<UpdateEncryptedMessagesRead> for Update
impl From<UpdateEncryptedMessagesRead> for Update
Source§fn from(x: UpdateEncryptedMessagesRead) -> Self
fn from(x: UpdateEncryptedMessagesRead) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateEncryptedMessagesRead
impl Identifiable for UpdateEncryptedMessagesRead
Source§const CONSTRUCTOR_ID: u32 = 0x38fe25b7
const CONSTRUCTOR_ID: u32 = 0x38fe25b7
The constructor ID as specified in the TL schema.
Source§impl TryFrom<Update> for UpdateEncryptedMessagesRead
impl TryFrom<Update> for UpdateEncryptedMessagesRead
impl StructuralPartialEq for UpdateEncryptedMessagesRead
Auto Trait Implementations§
impl Freeze for UpdateEncryptedMessagesRead
impl RefUnwindSafe for UpdateEncryptedMessagesRead
impl Send for UpdateEncryptedMessagesRead
impl Sync for UpdateEncryptedMessagesRead
impl Unpin for UpdateEncryptedMessagesRead
impl UnsafeUnpin for UpdateEncryptedMessagesRead
impl UnwindSafe for UpdateEncryptedMessagesRead
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