Struct clacks_mtproto::mtproto::msgs_all_info::MsgsAllInfo [] [src]

pub struct MsgsAllInfo {
    pub msg_ids: Vector<Bare, long>,
    pub info: string,
}

TL-derived from msgs_all_info

msgs_all_info#8cc0d131 msg_ids:Vector<long> info:string = MsgsAllInfo;

Fields

Trait Implementations

impl Debug for MsgsAllInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MsgsAllInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for MsgsAllInfo
[src]

impl BareDeserialize for MsgsAllInfo
[src]

impl IntoBoxed for MsgsAllInfo
[src]

Auto Trait Implementations

impl Send for MsgsAllInfo

impl Sync for MsgsAllInfo