Enum clacks::mtproto::BotInfo [] [src]

pub enum BotInfo {
    botInfo(botInfo),
}

Variants

Trait Implementations

impl Debug for BotInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BotInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for BotInfo
[src]

[src]

impl BoxedDeserialize for BotInfo
[src]

Auto Trait Implementations

impl Send for BotInfo

impl Sync for BotInfo