Struct clacks_mtproto::mtproto::rpc::upload::SaveFilePart [] [src]

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

TL-derived from upload.saveFilePart

upload.saveFilePart#b304a621 file_id:long file_part:int bytes:bytes = Bool;

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 BoxedSerialize for SaveFilePart
[src]

[src]

[src]

impl Function for SaveFilePart
[src]

impl BareSerialize for SaveFilePart
[src]

Auto Trait Implementations

impl Send for SaveFilePart

impl Sync for SaveFilePart