Enum clacks::mtproto::manual::GzipPacked [] [src]

pub enum GzipPacked {
    gzip_packed(gzip_packed),
}

Variants

Trait Implementations

impl Debug for GzipPacked
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GzipPacked
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GzipPacked
[src]

[src]

impl BoxedDeserialize for GzipPacked
[src]

Auto Trait Implementations

impl Send for GzipPacked

impl Sync for GzipPacked