Struct clacks::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,
}

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 Function for signUp
[src]

impl BareSerialize for signUp
[src]

[src]

Auto Trait Implementations

impl Send for signUp

impl Sync for signUp