Struct clacks_mtproto::mtproto::manual::gzip_packed::GzipPacked [] [src]

pub struct GzipPacked {
    pub packed_data: bytes,
}

TL-derived from manual.gzip_packed

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

Fields

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 BareSerialize for GzipPacked
[src]

impl BareDeserialize for GzipPacked
[src]

impl IntoBoxed for GzipPacked
[src]

Auto Trait Implementations

impl Send for GzipPacked

impl Sync for GzipPacked