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

pub struct getWebFile {
    pub location: InputWebFileLocation,
    pub offset: int,
    pub limit: int,
}

Fields

Trait Implementations

impl Debug for getWebFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for getWebFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for getWebFile
[src]

impl BareSerialize for getWebFile
[src]

[src]

Auto Trait Implementations

impl Send for getWebFile

impl Sync for getWebFile