Struct clacks::mtproto::upload::fileCdnRedirect [] [src]

pub struct fileCdnRedirect {
    pub dc_id: int,
    pub file_token: bytes,
    pub encryption_key: bytes,
    pub encryption_iv: bytes,
    pub cdn_file_hashes: Vector<Boxed, CdnFileHash>,
}

Fields

Trait Implementations

impl Debug for fileCdnRedirect
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for fileCdnRedirect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for fileCdnRedirect
[src]

[src]

impl BareDeserialize for fileCdnRedirect
[src]

[src]

impl IntoBoxed for fileCdnRedirect
[src]

[src]

Auto Trait Implementations