Struct clacks_mtproto::mtproto::msgs_state_req::MsgsStateReq [] [src]

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

TL-derived from msgs_state_req

msgs_state_req#da69fb52 msg_ids:Vector<long> = MsgsStateReq;

Fields

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

impl BareDeserialize for MsgsStateReq
[src]

impl IntoBoxed for MsgsStateReq
[src]

Auto Trait Implementations

impl Send for MsgsStateReq

impl Sync for MsgsStateReq