Struct clacks::mtproto::rpc::auth::signIn [] [src]

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

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

impl BareSerialize for signIn
[src]

[src]

Auto Trait Implementations

impl Send for signIn

impl Sync for signIn