Enum clacks::mtproto::KeyboardButton [] [src]

pub enum KeyboardButton {
    keyboardButton(keyboardButton),
    keyboardButtonUrl(keyboardButtonUrl),
    keyboardButtonCallback(keyboardButtonCallback),
    keyboardButtonRequestPhone(keyboardButtonRequestPhone),
    keyboardButtonRequestGeoLocation(keyboardButtonRequestGeoLocation),
    keyboardButtonSwitchInline(keyboardButtonSwitchInline),
    keyboardButtonGame(keyboardButtonGame),
    keyboardButtonBuy(keyboardButtonBuy),
}

Variants

Trait Implementations

impl Debug for KeyboardButton
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for KeyboardButton
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for KeyboardButton
[src]

[src]

impl BoxedDeserialize for KeyboardButton
[src]

Auto Trait Implementations