Enum clacks_mtproto::mtproto::BotCommand [] [src]

pub enum BotCommand {
    BotCommand(BotCommand),
}

TL-derived from BotCommand

botCommand#c27ac8c7 command:string description:string = BotCommand;

Variants

Methods

impl BotCommand
[src]

[src]

[src]

Trait Implementations

impl Debug for BotCommand
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BotCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for BotCommand
[src]

[src]

[src]

impl BoxedDeserialize for BotCommand
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations

impl Send for BotCommand

impl Sync for BotCommand