Struct clacks_mtproto::mtproto::keyboard_button::KeyboardButton [] [src]

pub struct KeyboardButton {
    pub text: string,
}

TL-derived from keyboardButton

keyboardButton#a2fa4880 text:string = KeyboardButton;

Fields

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

impl BareDeserialize for KeyboardButton
[src]

impl IntoBoxed for KeyboardButton
[src]

Auto Trait Implementations