pub struct InputEncryptedFileEmpty {}Expand description
Read inputEncryptedFileEmpty docs.
Generated from the following TL definition:
inputEncryptedFileEmpty#1837c364 = InputEncryptedFileTrait Implementations§
Source§impl Clone for InputEncryptedFileEmpty
impl Clone for InputEncryptedFileEmpty
Source§fn clone(&self) -> InputEncryptedFileEmpty
fn clone(&self) -> InputEncryptedFileEmpty
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 InputEncryptedFileEmpty
impl Debug for InputEncryptedFileEmpty
Source§impl From<InputEncryptedFileEmpty> for InputEncryptedFile
impl From<InputEncryptedFileEmpty> for InputEncryptedFile
Source§fn from(_x: InputEncryptedFileEmpty) -> Self
fn from(_x: InputEncryptedFileEmpty) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputEncryptedFileEmpty
impl Identifiable for InputEncryptedFileEmpty
Source§const CONSTRUCTOR_ID: u32 = 406307684
const CONSTRUCTOR_ID: u32 = 406307684
The unique identifier for the type.
Source§impl PartialEq for InputEncryptedFileEmpty
impl PartialEq for InputEncryptedFileEmpty
Source§impl Serializable for InputEncryptedFileEmpty
impl Serializable for InputEncryptedFileEmpty
impl StructuralPartialEq for InputEncryptedFileEmpty
Auto Trait Implementations§
impl Freeze for InputEncryptedFileEmpty
impl RefUnwindSafe for InputEncryptedFileEmpty
impl Send for InputEncryptedFileEmpty
impl Sync for InputEncryptedFileEmpty
impl Unpin for InputEncryptedFileEmpty
impl UnsafeUnpin for InputEncryptedFileEmpty
impl UnwindSafe for InputEncryptedFileEmpty
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