Enum clacks::mtproto::EncryptedFile [] [src]

pub enum EncryptedFile {
    encryptedFileEmpty,
    encryptedFile(encryptedFile),
}

Variants

Trait Implementations

impl Debug for EncryptedFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EncryptedFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for EncryptedFile
[src]

[src]

impl BoxedDeserialize for EncryptedFile
[src]

Auto Trait Implementations

impl Send for EncryptedFile

impl Sync for EncryptedFile