Enum clacks::mtproto::MsgsAllInfo [] [src]

pub enum MsgsAllInfo {
    msgs_all_info(msgs_all_info),
}

Variants

Trait Implementations

impl Debug for MsgsAllInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MsgsAllInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for MsgsAllInfo
[src]

[src]

impl BoxedDeserialize for MsgsAllInfo
[src]

Auto Trait Implementations

impl Send for MsgsAllInfo

impl Sync for MsgsAllInfo