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