Struct clacks_mtproto::mtproto::rpc::auth::CheckPhone [] [src]

pub struct CheckPhone {
    pub phone_number: string,
}

TL-derived from auth.checkPhone

auth.checkPhone#6fe51dfb phone_number:string = auth.CheckedPhone;

Fields

Trait Implementations

impl Debug for CheckPhone
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CheckPhone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for CheckPhone
[src]

[src]

[src]

impl Function for CheckPhone
[src]

impl BareSerialize for CheckPhone
[src]

Auto Trait Implementations

impl Send for CheckPhone

impl Sync for CheckPhone