Struct clacks::mtproto_prelude::bytes [] [src]

pub struct bytes(pub Vec<u8>);

Trait Implementations

impl Clone for bytes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for bytes
[src]

[src]

Formats the value using the given formatter. Read more

impl BareDeserialize for bytes
[src]

impl BareSerialize for bytes
[src]

[src]

Auto Trait Implementations

impl Send for bytes

impl Sync for bytes