Enum clacks::mtproto::ChannelParticipant [] [src]

pub enum ChannelParticipant {
    channelParticipant(channelParticipant),
    channelParticipantSelf(channelParticipantSelf),
    channelParticipantCreator(channelParticipantCreator),
    channelParticipantAdmin(channelParticipantAdmin),
    channelParticipantBanned(channelParticipantBanned),
}

Variants

Trait Implementations

impl Debug for ChannelParticipant
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChannelParticipant
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ChannelParticipant
[src]

[src]

impl BoxedDeserialize for ChannelParticipant
[src]

Auto Trait Implementations