Struct clacks::mtproto::messageEmpty [] [src]

pub struct messageEmpty {
    pub id: int,
}

Fields

Trait Implementations

impl Debug for messageEmpty
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for messageEmpty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for messageEmpty
[src]

[src]

impl BareDeserialize for messageEmpty
[src]

[src]

impl IntoBoxed for messageEmpty
[src]

[src]

Auto Trait Implementations

impl Send for messageEmpty

impl Sync for messageEmpty