Struct clacks::mtproto::rpc::upload::saveBigFilePart [] [src]

pub struct saveBigFilePart {
    pub file_id: long,
    pub file_part: int,
    pub file_total_parts: int,
    pub bytes: bytes,
}

Fields

Trait Implementations

impl Debug for saveBigFilePart
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for saveBigFilePart
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for saveBigFilePart
[src]

impl BareSerialize for saveBigFilePart
[src]

[src]

Auto Trait Implementations