Struct clacks::mtproto::keyboardButtonGame [] [src]

pub struct keyboardButtonGame {
    pub text: string,
}

Fields

Trait Implementations

impl Debug for keyboardButtonGame
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for keyboardButtonGame
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for keyboardButtonGame
[src]

[src]

impl BareDeserialize for keyboardButtonGame
[src]

[src]

impl IntoBoxed for keyboardButtonGame
[src]

Auto Trait Implementations