Struct clacks::mtproto::channelParticipantsBanned [] [src]

pub struct channelParticipantsBanned {
    pub q: string,
}

Fields

Trait Implementations

impl Debug for channelParticipantsBanned
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for channelParticipantsBanned
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for channelParticipantsBanned
[src]

[src]

impl BareDeserialize for channelParticipantsBanned
[src]

[src]

impl IntoBoxed for channelParticipantsBanned
[src]

Auto Trait Implementations