Enum clacks_mtproto::mtproto::MsgsAck [] [src]

pub enum MsgsAck {
    MsgsAck(MsgsAck),
}

TL-derived from MsgsAck

msgs_ack#62d6b459 msg_ids:Vector<long> = MsgsAck;

Variants

Methods

impl MsgsAck
[src]

[src]

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]

[src]

impl BoxedDeserialize for MsgsAck
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations

impl Send for MsgsAck

impl Sync for MsgsAck