Struct clacks_mtproto::mtproto::upload::cdn_file::CdnFile [] [src]

pub struct CdnFile {
    pub bytes: bytes,
}

TL-derived from upload.cdnFile

upload.cdnFile#a99fca4f bytes:bytes = upload.CdnFile;

Fields

Trait Implementations

impl Debug for CdnFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CdnFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for CdnFile
[src]

impl BareDeserialize for CdnFile
[src]

impl IntoBoxed for CdnFile
[src]

[src]

Auto Trait Implementations

impl Send for CdnFile

impl Sync for CdnFile