Struct clacks_mtproto::mtproto::channel_participants::Banned [] [src]

pub struct Banned {
    pub q: string,
}

TL-derived from channelParticipantsBanned

channelParticipantsBanned#1427a5e1 q:string = ChannelParticipantsFilter;

Fields

Trait Implementations

impl Debug for Banned
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Banned
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Banned
[src]

impl BareDeserialize for Banned
[src]

impl IntoBoxed for Banned
[src]

Auto Trait Implementations

impl Send for Banned

impl Sync for Banned