Struct clacks::mtproto::upload::webFile [] [src]

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

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]

[src]

impl BareDeserialize for webFile
[src]

[src]

impl IntoBoxed for webFile
[src]

[src]

Auto Trait Implementations

impl Send for webFile

impl Sync for webFile