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

pub struct RecoverPassword {
    pub code: string,
}

TL-derived from auth.recoverPassword

auth.recoverPassword#4ea56e92 code:string = auth.Authorization;

Fields

Trait Implementations

impl Debug for RecoverPassword
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RecoverPassword
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for RecoverPassword
[src]

[src]

[src]

impl Function for RecoverPassword
[src]

impl BareSerialize for RecoverPassword
[src]

Auto Trait Implementations