Struct google_identitytoolkit3::ResetPasswordResponse[][src]

pub struct ResetPasswordResponse {
    pub request_type: Option<String>,
    pub kind: Option<String>,
    pub email: Option<String>,
    pub new_email: Option<String>,
}

Response of resetting the password.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The request type.

The fixed string "identitytoolkit#ResetPasswordResponse".

The user's email. If the out-of-band code is for email recovery, the user's original email.

If the out-of-band code is for email recovery, the user's new email.

Trait Implementations

impl Default for ResetPasswordResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for ResetPasswordResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResetPasswordResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ResetPasswordResponse
[src]

Auto Trait Implementations