Struct clacks::mtproto::phoneCallEmpty [] [src]

pub struct phoneCallEmpty {
    pub id: long,
}

Fields

Trait Implementations

impl Debug for phoneCallEmpty
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for phoneCallEmpty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for phoneCallEmpty
[src]

[src]

impl BareDeserialize for phoneCallEmpty
[src]

[src]

impl IntoBoxed for phoneCallEmpty
[src]

Auto Trait Implementations