Enum clacks::mtproto::ChatFull [] [src]

pub enum ChatFull {
    chatFull(chatFull),
    channelFull(channelFull),
}

Variants

Trait Implementations

impl Debug for ChatFull
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatFull
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ChatFull
[src]

[src]

impl BoxedDeserialize for ChatFull
[src]

Auto Trait Implementations

impl Send for ChatFull

impl Sync for ChatFull