Enum clacks::mtproto::MsgsAck [] [src]

pub enum MsgsAck {
    msgs_ack(msgs_ack),
}

Variants

Trait Implementations

impl Debug for MsgsAck
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MsgsAck
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for MsgsAck
[src]

[src]

impl BoxedDeserialize for MsgsAck
[src]

Auto Trait Implementations

impl Send for MsgsAck

impl Sync for MsgsAck