Struct clacks::mtproto::channels::channelParticipants [] [src]

pub struct channelParticipants {
    pub count: int,
    pub participants: Vector<Boxed, ChannelParticipant>,
    pub users: Vector<Boxed, User>,
}

Fields

Trait Implementations

impl Debug for channelParticipants
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for channelParticipants
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for channelParticipants
[src]

[src]

impl BareDeserialize for channelParticipants
[src]

[src]

impl IntoBoxed for channelParticipants
[src]

Auto Trait Implementations