Struct clacks_mtproto::mtproto::manual::msg_container::MsgContainer [] [src]

pub struct MsgContainer {
    pub messages: vector<Bare, BasicMessage>,
}

TL-derived from manual.msg_container

manual.msg_container#73f1f8dc messages:vector<manual.basic_message> = manual.MessageContainer;

Fields

Trait Implementations

impl Debug for MsgContainer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MsgContainer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for MsgContainer
[src]

impl BareDeserialize for MsgContainer
[src]

impl IntoBoxed for MsgContainer
[src]

Auto Trait Implementations

impl !Send for MsgContainer

impl !Sync for MsgContainer