pub struct UploadEncryptedFile {
pub peer: InputEncryptedChat,
pub file: InputEncryptedFile,
}Expand description
Generated from:
messages.uploadEncryptedFile#5057c497 peer:InputEncryptedChat file:InputEncryptedFile = EncryptedFileFields§
§peer: InputEncryptedChat§file: InputEncryptedFileTrait Implementations§
Source§impl Clone for UploadEncryptedFile
impl Clone for UploadEncryptedFile
Source§fn clone(&self) -> UploadEncryptedFile
fn clone(&self) -> UploadEncryptedFile
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 UploadEncryptedFile
impl Debug for UploadEncryptedFile
Source§impl Identifiable for UploadEncryptedFile
impl Identifiable for UploadEncryptedFile
Source§const CONSTRUCTOR_ID: u32 = 0x5057c497
const CONSTRUCTOR_ID: u32 = 0x5057c497
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UploadEncryptedFile
impl PartialEq for UploadEncryptedFile
Source§impl RemoteCall for UploadEncryptedFile
impl RemoteCall for UploadEncryptedFile
Source§type Return = EncryptedFile
type Return = EncryptedFile
The deserialized response type.
Source§impl Serializable for UploadEncryptedFile
impl Serializable for UploadEncryptedFile
impl StructuralPartialEq for UploadEncryptedFile
Auto Trait Implementations§
impl Freeze for UploadEncryptedFile
impl RefUnwindSafe for UploadEncryptedFile
impl Send for UploadEncryptedFile
impl Sync for UploadEncryptedFile
impl Unpin for UploadEncryptedFile
impl UnsafeUnpin for UploadEncryptedFile
impl UnwindSafe for UploadEncryptedFile
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