Enum clacks::mtproto::InputEncryptedFile [] [src]

pub enum InputEncryptedFile {
    inputEncryptedFileEmpty,
    inputEncryptedFileUploaded(inputEncryptedFileUploaded),
    inputEncryptedFile(inputEncryptedFile),
    inputEncryptedFileBigUploaded(inputEncryptedFileBigUploaded),
}

Variants

Trait Implementations

impl Debug for InputEncryptedFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputEncryptedFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for InputEncryptedFile
[src]

[src]

impl BoxedDeserialize for InputEncryptedFile
[src]

Auto Trait Implementations