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

pub struct saveFilePart {
    pub file_id: long,
    pub file_part: int,
    pub bytes: bytes,
}

Fields

Trait Implementations

impl Debug for saveFilePart
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for saveFilePart
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for saveFilePart
[src]

impl BareSerialize for saveFilePart
[src]

[src]

Auto Trait Implementations

impl Send for saveFilePart

impl Sync for saveFilePart