pub struct InputEncryptedFileEmpty {}Expand description
Trait 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 Deserializable for InputEncryptedFileEmpty
impl Deserializable for InputEncryptedFileEmpty
Source§fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
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 = 0x1837c364
const CONSTRUCTOR_ID: u32 = 0x1837c364
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputEncryptedFileEmpty
impl PartialEq 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