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

pub struct RequestPhone {
    pub text: string,
}

TL-derived from keyboardButtonRequestPhone

keyboardButtonRequestPhone#b16a6c29 text:string = KeyboardButton;

Fields

Trait Implementations

impl Debug for RequestPhone
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RequestPhone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for RequestPhone
[src]

impl BareDeserialize for RequestPhone
[src]

impl IntoBoxed for RequestPhone
[src]

Auto Trait Implementations

impl Send for RequestPhone

impl Sync for RequestPhone