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