Struct clacks::mtproto::msgs_ack [] [src]

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

Fields

Trait Implementations

impl Debug for msgs_ack
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for msgs_ack
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for msgs_ack
[src]

[src]

impl BareDeserialize for msgs_ack
[src]

[src]

impl IntoBoxed for msgs_ack
[src]

[src]

Auto Trait Implementations

impl Send for msgs_ack

impl Sync for msgs_ack