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

pub struct Buy {
    pub text: string,
}

TL-derived from keyboardButtonBuy

keyboardButtonBuy#afd93fbb text:string = KeyboardButton;

Fields

Trait Implementations

impl Debug for Buy
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Buy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Buy
[src]

impl BareDeserialize for Buy
[src]

impl IntoBoxed for Buy
[src]

Auto Trait Implementations

impl Send for Buy

impl Sync for Buy