Struct clacks_mtproto::mtproto::input_file::InputFile [] [src]

pub struct InputFile {
    pub id: long,
    pub parts: int,
    pub name: string,
    pub md5_checksum: string,
}

TL-derived from inputFile

inputFile#f52ff27f id:long parts:int name:string md5_checksum:string = InputFile;

Fields

Trait Implementations

impl Debug for InputFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InputFile
[src]

impl BareDeserialize for InputFile
[src]

impl IntoBoxed for InputFile
[src]

Auto Trait Implementations

impl Send for InputFile

impl Sync for InputFile