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

pub struct SignUp {
    pub phone_number: string,
    pub phone_code_hash: string,
    pub phone_code: string,
    pub first_name: string,
    pub last_name: string,
}

TL-derived from auth.signUp

auth.signUp#1b067634 phone_number:string phone_code_hash:string phone_code:string first_name:string last_name:string = auth.Authorization;

Fields

Trait Implementations

impl Debug for SignUp
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SignUp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SignUp
[src]

[src]

[src]

impl Function for SignUp
[src]

impl BareSerialize for SignUp
[src]

Auto Trait Implementations

impl Send for SignUp

impl Sync for SignUp