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

pub struct GetFile {
    pub location: InputFileLocation,
    pub offset: int,
    pub limit: int,
}

TL-derived from upload.getFile

upload.getFile#e3a6cfb5 location:InputFileLocation offset:int limit:int = upload.File;

Fields

Trait Implementations

impl Debug for GetFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetFile
[src]

[src]

[src]

impl Function for GetFile
[src]

impl BareSerialize for GetFile
[src]

Auto Trait Implementations

impl Send for GetFile

impl Sync for GetFile