pub struct CognitoEventUserPoolsCreateAuthChallengeResponse {
pub public_challenge_parameters: HashMap<String, String>,
pub private_challenge_parameters: HashMap<String, String>,
pub challenge_metadata: Option<String>,
}Expand description
CognitoEventUserPoolsCreateAuthChallengeResponse defines create auth challenge response parameters
Fields§
§public_challenge_parameters: HashMap<String, String>§private_challenge_parameters: HashMap<String, String>§challenge_metadata: Option<String>Trait Implementations§
source§impl Clone for CognitoEventUserPoolsCreateAuthChallengeResponse
impl Clone for CognitoEventUserPoolsCreateAuthChallengeResponse
source§fn clone(&self) -> CognitoEventUserPoolsCreateAuthChallengeResponse
fn clone(&self) -> CognitoEventUserPoolsCreateAuthChallengeResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CognitoEventUserPoolsCreateAuthChallengeResponse
impl Default for CognitoEventUserPoolsCreateAuthChallengeResponse
source§fn default() -> CognitoEventUserPoolsCreateAuthChallengeResponse
fn default() -> CognitoEventUserPoolsCreateAuthChallengeResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CognitoEventUserPoolsCreateAuthChallengeResponse
impl<'de> Deserialize<'de> for CognitoEventUserPoolsCreateAuthChallengeResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<CognitoEventUserPoolsCreateAuthChallengeResponse> for CognitoEventUserPoolsCreateAuthChallengeResponse
impl PartialEq<CognitoEventUserPoolsCreateAuthChallengeResponse> for CognitoEventUserPoolsCreateAuthChallengeResponse
source§fn eq(&self, other: &CognitoEventUserPoolsCreateAuthChallengeResponse) -> bool
fn eq(&self, other: &CognitoEventUserPoolsCreateAuthChallengeResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.