Struct clacks_mtproto::mtproto::upload::file::File [] [src]

pub struct File {
    pub type_: FileType,
    pub mtime: int,
    pub bytes: bytes,
}

TL-derived from upload.file

upload.file#96a18d5 type:storage.FileType mtime:int bytes:bytes = upload.File;

Fields

Trait Implementations

impl Debug for File
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for File
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for File
[src]

impl BareDeserialize for File
[src]

impl IntoBoxed for File
[src]

[src]

Auto Trait Implementations

impl Send for File

impl Sync for File