Enum clacks::mtproto::MsgsStateReq [] [src]

pub enum MsgsStateReq {
    msgs_state_req(msgs_state_req),
}

Variants

Trait Implementations

impl Debug for MsgsStateReq
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MsgsStateReq
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for MsgsStateReq
[src]

[src]

impl BoxedDeserialize for MsgsStateReq
[src]

Auto Trait Implementations

impl Send for MsgsStateReq

impl Sync for MsgsStateReq