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

pub enum GzipPacked {
    GzipPacked(GzipPacked),
}

TL-derived from manual.GzipPacked

manual.gzip_packed#3072cfa1 packed_data:bytes = manual.GzipPacked;

Variants

Methods

impl GzipPacked
[src]

[src]

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]

[src]

impl BoxedDeserialize for GzipPacked
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations

impl Send for GzipPacked

impl Sync for GzipPacked