Enum clacks::mtproto::CdnFileHash [] [src]

pub enum CdnFileHash {
    cdnFileHash(cdnFileHash),
}

Variants

Trait Implementations

impl Debug for CdnFileHash
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CdnFileHash
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for CdnFileHash
[src]

[src]

impl BoxedDeserialize for CdnFileHash
[src]

Auto Trait Implementations

impl Send for CdnFileHash

impl Sync for CdnFileHash