Struct clacks_mtproto::mtproto::upload::web_file::WebFile [] [src]

pub struct WebFile {
    pub size: int,
    pub mime_type: string,
    pub file_type: FileType,
    pub mtime: int,
    pub bytes: bytes,
}

TL-derived from upload.webFile

upload.webFile#21e753bc size:int mime_type:string file_type:storage.FileType mtime:int bytes:bytes = upload.WebFile;

Fields

Trait Implementations

impl Debug for WebFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for WebFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for WebFile
[src]

impl BareDeserialize for WebFile
[src]

impl IntoBoxed for WebFile
[src]

[src]

Auto Trait Implementations

impl Send for WebFile

impl Sync for WebFile