Struct clacks_mtproto::mtproto::reply::KeyboardMarkup [] [src]

pub struct KeyboardMarkup {
    pub resize: bool,
    pub single_use: bool,
    pub selective: bool,
    pub rows: Vector<Boxed, KeyboardButtonRow>,
}

TL-derived from replyKeyboardMarkup

replyKeyboardMarkup#3502758c flags:# resize:flags.0?true single_use:flags.1?true selective:flags.2?true rows:Vector<KeyboardButtonRow> = ReplyMarkup;

Fields

Trait Implementations

impl Debug for KeyboardMarkup
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for KeyboardMarkup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for KeyboardMarkup
[src]

impl BareDeserialize for KeyboardMarkup
[src]

impl IntoBoxed for KeyboardMarkup
[src]

Auto Trait Implementations