pub struct CognitoEventUserPoolsPostConfirmationResponse {}Expand description
CognitoEventUserPoolsPostConfirmationResponse contains the response portion of a PostConfirmation event
Trait Implementations
sourceimpl Clone for CognitoEventUserPoolsPostConfirmationResponse
impl Clone for CognitoEventUserPoolsPostConfirmationResponse
sourcefn clone(&self) -> CognitoEventUserPoolsPostConfirmationResponse
fn clone(&self) -> CognitoEventUserPoolsPostConfirmationResponse
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 CognitoEventUserPoolsPostConfirmationResponse
impl Default for CognitoEventUserPoolsPostConfirmationResponse
sourcefn default() -> CognitoEventUserPoolsPostConfirmationResponse
fn default() -> CognitoEventUserPoolsPostConfirmationResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CognitoEventUserPoolsPostConfirmationResponse
impl<'de> Deserialize<'de> for CognitoEventUserPoolsPostConfirmationResponse
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<CognitoEventUserPoolsPostConfirmationResponse> for CognitoEventUserPoolsPostConfirmationResponse
impl PartialEq<CognitoEventUserPoolsPostConfirmationResponse> for CognitoEventUserPoolsPostConfirmationResponse
sourcefn eq(&self, other: &CognitoEventUserPoolsPostConfirmationResponse) -> bool
fn eq(&self, other: &CognitoEventUserPoolsPostConfirmationResponse) -> bool
impl StructuralPartialEq for CognitoEventUserPoolsPostConfirmationResponse
Auto Trait Implementations
impl RefUnwindSafe for CognitoEventUserPoolsPostConfirmationResponse
impl Send for CognitoEventUserPoolsPostConfirmationResponse
impl Sync for CognitoEventUserPoolsPostConfirmationResponse
impl Unpin for CognitoEventUserPoolsPostConfirmationResponse
impl UnwindSafe for CognitoEventUserPoolsPostConfirmationResponse
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