Struct clacks_mtproto::mtproto::msgs_ack::MsgsAck [] [src]

pub struct MsgsAck {
    pub msg_ids: Vector<Bare, long>,
}

TL-derived from msgs_ack

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

Fields

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 BareSerialize for MsgsAck
[src]

impl BareDeserialize for MsgsAck
[src]

impl IntoBoxed for MsgsAck
[src]

[src]

Auto Trait Implementations

impl Send for MsgsAck

impl Sync for MsgsAck