Struct clacks_mtproto::mtproto::msg_resend_req::MsgResendReq [] [src]

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

TL-derived from msg_resend_req

msg_resend_req#7d861a08 msg_ids:Vector<long> = MsgResendReq;

Fields

Trait Implementations

impl Debug for MsgResendReq
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MsgResendReq
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for MsgResendReq
[src]

impl BareDeserialize for MsgResendReq
[src]

impl IntoBoxed for MsgResendReq
[src]

Auto Trait Implementations

impl Send for MsgResendReq

impl Sync for MsgResendReq