Struct clacks::mtproto::messages::chats [] [src]

pub struct chats {
    pub chats: Vector<Boxed, Chat>,
}

Fields

Trait Implementations

impl Debug for chats
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for chats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for chats
[src]

[src]

impl BareDeserialize for chats
[src]

[src]

impl IntoBoxed for chats
[src]

[src]

Auto Trait Implementations

impl Send for chats

impl Sync for chats