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

pub struct Callback {
    pub text: string,
    pub data: bytes,
}

TL-derived from keyboardButtonCallback

keyboardButtonCallback#683a5e46 text:string data:bytes = KeyboardButton;

Fields

Trait Implementations

impl Debug for Callback
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Callback
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Callback
[src]

impl BareDeserialize for Callback
[src]

impl IntoBoxed for Callback
[src]

Auto Trait Implementations

impl Send for Callback

impl Sync for Callback