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

pub struct chatFull {
    pub full_chat: ChatFull,
    pub chats: Vector<Boxed, Chat>,
    pub users: Vector<Boxed, User>,
}

Fields

Trait Implementations

impl Debug for chatFull
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for chatFull
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for chatFull
[src]

[src]

impl BareDeserialize for chatFull
[src]

[src]

impl IntoBoxed for chatFull
[src]

Auto Trait Implementations

impl Send for chatFull

impl Sync for chatFull