Struct clacks::mtproto::chatParticipants [] [src]

pub struct chatParticipants {
    pub chat_id: int,
    pub participants: Vector<Boxed, ChatParticipant>,
    pub version: int,
}

Fields

Trait Implementations

impl Debug for chatParticipants
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for chatParticipants
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for chatParticipants
[src]

[src]

impl BareDeserialize for chatParticipants
[src]

[src]

impl IntoBoxed for chatParticipants
[src]

Auto Trait Implementations