pub struct CognitoEventUserPoolsPostAuthenticationRequest {
pub new_device_used: bool,
pub user_attributes: HashMap<String, String>,
pub client_metadata: HashMap<String, String>,
}Expand description
CognitoEventUserPoolsPostAuthenticationRequest contains the request portion of a PostAuthentication event
Fields
new_device_used: booluser_attributes: HashMap<String, String>client_metadata: HashMap<String, String>Trait Implementations
sourceimpl Clone for CognitoEventUserPoolsPostAuthenticationRequest
impl Clone for CognitoEventUserPoolsPostAuthenticationRequest
sourcefn clone(&self) -> CognitoEventUserPoolsPostAuthenticationRequest
fn clone(&self) -> CognitoEventUserPoolsPostAuthenticationRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for CognitoEventUserPoolsPostAuthenticationRequest
impl Default for CognitoEventUserPoolsPostAuthenticationRequest
sourcefn default() -> CognitoEventUserPoolsPostAuthenticationRequest
fn default() -> CognitoEventUserPoolsPostAuthenticationRequest
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CognitoEventUserPoolsPostAuthenticationRequest
impl<'de> Deserialize<'de> for CognitoEventUserPoolsPostAuthenticationRequest
sourcefn 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
sourceimpl PartialEq<CognitoEventUserPoolsPostAuthenticationRequest> for CognitoEventUserPoolsPostAuthenticationRequest
impl PartialEq<CognitoEventUserPoolsPostAuthenticationRequest> for CognitoEventUserPoolsPostAuthenticationRequest
sourcefn eq(&self, other: &CognitoEventUserPoolsPostAuthenticationRequest) -> bool
fn eq(&self, other: &CognitoEventUserPoolsPostAuthenticationRequest) -> bool
impl StructuralPartialEq for CognitoEventUserPoolsPostAuthenticationRequest
Auto Trait Implementations
impl RefUnwindSafe for CognitoEventUserPoolsPostAuthenticationRequest
impl Send for CognitoEventUserPoolsPostAuthenticationRequest
impl Sync for CognitoEventUserPoolsPostAuthenticationRequest
impl Unpin for CognitoEventUserPoolsPostAuthenticationRequest
impl UnwindSafe for CognitoEventUserPoolsPostAuthenticationRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more