Enum clacks_mtproto::mtproto::Null [] [src]

pub enum Null {
    Null,
}

TL-derived from Null

null#56730bcc = Null;

Variants

Trait Implementations

impl Debug for Null
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Null
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for Null
[src]

[src]

[src]

impl BoxedDeserialize for Null
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations

impl Send for Null

impl Sync for Null