Struct clacks_mtproto::mtproto::rpc::account::ConfirmPhone [] [src]

pub struct ConfirmPhone {
    pub phone_code_hash: string,
    pub phone_code: string,
}

TL-derived from account.confirmPhone

account.confirmPhone#5f2178c3 phone_code_hash:string phone_code:string = Bool;

Fields

Trait Implementations

impl Debug for ConfirmPhone
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ConfirmPhone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ConfirmPhone
[src]

[src]

[src]

impl Function for ConfirmPhone
[src]

impl BareSerialize for ConfirmPhone
[src]

Auto Trait Implementations

impl Send for ConfirmPhone

impl Sync for ConfirmPhone