Struct rusoto_cognito_idp::ChallengeResponseType[][src]

pub struct ChallengeResponseType {
    pub challenge_name: Option<String>,
    pub challenge_response: Option<String>,
}

The challenge response type.

Fields

The challenge name

The challenge response.

Trait Implementations

impl Default for ChallengeResponseType
[src]

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

impl Debug for ChallengeResponseType
[src]

Formats the value using the given formatter. Read more

impl Clone for ChallengeResponseType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ChallengeResponseType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations