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

pub struct SignIn {
    pub phone_number: string,
    pub phone_code_hash: string,
    pub phone_code: string,
}

TL-derived from auth.signIn

auth.signIn#bcd51581 phone_number:string phone_code_hash:string phone_code:string = auth.Authorization;

Fields

Trait Implementations

impl Debug for SignIn
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SignIn
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SignIn
[src]

[src]

[src]

impl Function for SignIn
[src]

impl BareSerialize for SignIn
[src]

Auto Trait Implementations

impl Send for SignIn

impl Sync for SignIn