pub struct AcceptEncryption {
pub peer: InputEncryptedChat,
pub g_b: Vec<u8>,
pub key_fingerprint: i64,
}Expand description
Generated from:
messages.acceptEncryption#3dbc0415 peer:InputEncryptedChat g_b:bytes key_fingerprint:long = EncryptedChatFields§
§peer: InputEncryptedChat§g_b: Vec<u8>§key_fingerprint: i64Trait Implementations§
Source§impl Clone for AcceptEncryption
impl Clone for AcceptEncryption
Source§fn clone(&self) -> AcceptEncryption
fn clone(&self) -> AcceptEncryption
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 AcceptEncryption
impl Debug for AcceptEncryption
Source§impl Identifiable for AcceptEncryption
impl Identifiable for AcceptEncryption
Source§const CONSTRUCTOR_ID: u32 = 0x3dbc0415
const CONSTRUCTOR_ID: u32 = 0x3dbc0415
The constructor ID as specified in the TL schema.
Source§impl PartialEq for AcceptEncryption
impl PartialEq for AcceptEncryption
Source§impl RemoteCall for AcceptEncryption
impl RemoteCall for AcceptEncryption
Source§type Return = EncryptedChat
type Return = EncryptedChat
The deserialized response type.
Source§impl Serializable for AcceptEncryption
impl Serializable for AcceptEncryption
impl StructuralPartialEq for AcceptEncryption
Auto Trait Implementations§
impl Freeze for AcceptEncryption
impl RefUnwindSafe for AcceptEncryption
impl Send for AcceptEncryption
impl Sync for AcceptEncryption
impl Unpin for AcceptEncryption
impl UnsafeUnpin for AcceptEncryption
impl UnwindSafe for AcceptEncryption
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