Struct clacks::mtproto::chatEmpty [] [src]

pub struct chatEmpty {
    pub id: int,
}

Fields

Trait Implementations

impl Debug for chatEmpty
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for chatEmpty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for chatEmpty
[src]

[src]

impl BareDeserialize for chatEmpty
[src]

[src]

impl IntoBoxed for chatEmpty
[src]

[src]

Auto Trait Implementations

impl Send for chatEmpty

impl Sync for chatEmpty