Struct telegram_bot::types::ReplyKeyboardMarkup[][src]

pub struct ReplyKeyboardMarkup {
    pub keyboard: Vec<Vec<String>>,
    pub resize_keyboard: Option<bool>,
    pub one_time_keyboard: Option<bool>,
    pub selective: Option<bool>,
}

Telegram type "ReplyKeyboardMarkup" (directly mapped)

Fields

Trait Implementations

impl From<ReplyKeyboardMarkup> for ReplyMarkup
[src]

Performs the conversion.

impl Decodable for ReplyKeyboardMarkup
[src]

Deserialize a value using a Decoder.

impl Debug for ReplyKeyboardMarkup
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ReplyKeyboardMarkup
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for ReplyKeyboardMarkup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ReplyKeyboardMarkup
[src]

Returns the "default value" for a type. Read more

impl Encodable for ReplyKeyboardMarkup
[src]

Serialize a value using an Encoder.

Auto Trait Implementations

impl Send for ReplyKeyboardMarkup

impl Sync for ReplyKeyboardMarkup