Struct clacks_mtproto::mtproto::bot_command::BotCommand [] [src]

pub struct BotCommand {
    pub command: string,
    pub description: string,
}

TL-derived from botCommand

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

Fields

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 BareSerialize for BotCommand
[src]

impl BareDeserialize for BotCommand
[src]

impl IntoBoxed for BotCommand
[src]

Auto Trait Implementations

impl Send for BotCommand

impl Sync for BotCommand