Enum clacks::mtproto::storage::FileType [] [src]

pub enum FileType {
    fileUnknown,
    filePartial,
    fileJpeg,
    fileGif,
    filePng,
    filePdf,
    fileMp3,
    fileMov,
    fileMp4,
    fileWebp,
}

Variants

Trait Implementations

impl Debug for FileType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FileType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for FileType
[src]

[src]

impl BoxedDeserialize for FileType
[src]

Auto Trait Implementations

impl Send for FileType

impl Sync for FileType