Struct clacks::mtproto::channelParticipantBanned [] [src]

pub struct channelParticipantBanned {
    pub left: bool,
    pub user_id: int,
    pub kicked_by: int,
    pub date: int,
    pub banned_rights: ChannelBannedRights,
}

Fields

Trait Implementations

impl Debug for channelParticipantBanned
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for channelParticipantBanned
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for channelParticipantBanned
[src]

[src]

impl BareDeserialize for channelParticipantBanned
[src]

[src]

impl IntoBoxed for channelParticipantBanned
[src]

Auto Trait Implementations