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

pub struct SwitchInline {
    pub same_peer: bool,
    pub text: string,
    pub query: string,
}

TL-derived from keyboardButtonSwitchInline

keyboardButtonSwitchInline#568a748 flags:# same_peer:flags.0?true text:string query:string = KeyboardButton;

Fields

Trait Implementations

impl Debug for SwitchInline
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SwitchInline
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for SwitchInline
[src]

impl BareDeserialize for SwitchInline
[src]

impl IntoBoxed for SwitchInline
[src]

Auto Trait Implementations

impl Send for SwitchInline

impl Sync for SwitchInline