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

pub struct InlineMarkup {
    pub rows: Vector<Boxed, KeyboardButtonRow>,
}

TL-derived from replyInlineMarkup

replyInlineMarkup#48a30254 rows:Vector<KeyboardButtonRow> = ReplyMarkup;

Fields

Trait Implementations

impl Debug for InlineMarkup
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InlineMarkup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InlineMarkup
[src]

impl BareDeserialize for InlineMarkup
[src]

impl IntoBoxed for InlineMarkup
[src]

Auto Trait Implementations

impl Send for InlineMarkup

impl Sync for InlineMarkup