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

pub struct cdnFile {
    pub bytes: bytes,
}

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]

[src]

impl BareDeserialize for cdnFile
[src]

[src]

impl IntoBoxed for cdnFile
[src]

[src]

Auto Trait Implementations

impl Send for cdnFile

impl Sync for cdnFile