pub struct InputEncryptedChat {
pub chat_id: i32,
pub access_hash: i64,
}Expand description
Generated from the following TL definition:
inputEncryptedChat#f141b5e1 chat_id:int access_hash:long = InputEncryptedChatFields§
§chat_id: i32§access_hash: i64Trait Implementations§
Source§impl Clone for InputEncryptedChat
impl Clone for InputEncryptedChat
Source§fn clone(&self) -> InputEncryptedChat
fn clone(&self) -> InputEncryptedChat
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 InputEncryptedChat
impl Debug for InputEncryptedChat
Source§impl Deserializable for InputEncryptedChat
impl Deserializable for InputEncryptedChat
Source§impl From<InputEncryptedChat> for InputEncryptedChat
impl From<InputEncryptedChat> for InputEncryptedChat
Source§fn from(x: InputEncryptedChat) -> Self
fn from(x: InputEncryptedChat) -> Self
Converts to this type from the input type.
Source§impl From<InputEncryptedChat> for InputEncryptedChat
impl From<InputEncryptedChat> for InputEncryptedChat
Source§fn from(x: InputEncryptedChat) -> Self
fn from(x: InputEncryptedChat) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputEncryptedChat
impl Identifiable for InputEncryptedChat
Source§const CONSTRUCTOR_ID: u32 = 4047615457
const CONSTRUCTOR_ID: u32 = 4047615457
The unique identifier for the type.
Source§impl PartialEq for InputEncryptedChat
impl PartialEq for InputEncryptedChat
Source§impl Serializable for InputEncryptedChat
impl Serializable for InputEncryptedChat
impl StructuralPartialEq for InputEncryptedChat
Auto Trait Implementations§
impl Freeze for InputEncryptedChat
impl RefUnwindSafe for InputEncryptedChat
impl Send for InputEncryptedChat
impl Sync for InputEncryptedChat
impl Unpin for InputEncryptedChat
impl UnsafeUnpin for InputEncryptedChat
impl UnwindSafe for InputEncryptedChat
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