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

pub enum ChannelParticipant {
    channelParticipant(channelParticipant),
}

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