Struct clacks_mtproto::mtproto::keyboard_button_row::KeyboardButtonRow [] [src]

pub struct KeyboardButtonRow {
    pub buttons: Vector<Boxed, KeyboardButton>,
}

TL-derived from keyboardButtonRow

keyboardButtonRow#77608b83 buttons:Vector<KeyboardButton> = KeyboardButtonRow;

Fields

Trait Implementations

impl Debug for KeyboardButtonRow
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for KeyboardButtonRow
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for KeyboardButtonRow
[src]

impl BareDeserialize for KeyboardButtonRow
[src]

impl IntoBoxed for KeyboardButtonRow
[src]

Auto Trait Implementations