pub struct UpdateEncryption {
pub chat: EncryptedChat,
pub date: i32,
}Expand description
Generated from the following TL definition:
updateEncryption#b4a2e88d chat:EncryptedChat date:int = UpdateFields§
§chat: EncryptedChat§date: i32Trait Implementations§
Source§impl Clone for UpdateEncryption
impl Clone for UpdateEncryption
Source§fn clone(&self) -> UpdateEncryption
fn clone(&self) -> UpdateEncryption
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 UpdateEncryption
impl Debug for UpdateEncryption
Source§impl Deserializable for UpdateEncryption
impl Deserializable for UpdateEncryption
Source§impl From<UpdateEncryption> for Update
impl From<UpdateEncryption> for Update
Source§fn from(x: UpdateEncryption) -> Self
fn from(x: UpdateEncryption) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateEncryption
impl Identifiable for UpdateEncryption
Source§const CONSTRUCTOR_ID: u32 = 3030575245
const CONSTRUCTOR_ID: u32 = 3030575245
The unique identifier for the type.
Source§impl PartialEq for UpdateEncryption
impl PartialEq for UpdateEncryption
Source§impl Serializable for UpdateEncryption
impl Serializable for UpdateEncryption
Source§impl TryFrom<Update> for UpdateEncryption
impl TryFrom<Update> for UpdateEncryption
impl StructuralPartialEq for UpdateEncryption
Auto Trait Implementations§
impl Freeze for UpdateEncryption
impl RefUnwindSafe for UpdateEncryption
impl Send for UpdateEncryption
impl Sync for UpdateEncryption
impl Unpin for UpdateEncryption
impl UnsafeUnpin for UpdateEncryption
impl UnwindSafe for UpdateEncryption
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