#[non_exhaustive]pub enum CognitoEventUserPoolsPostAuthenticationTriggerSource {
Authentication,
}Available on crate feature
cognito only.Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Authentication
Trait Implementations§
Source§impl Clone for CognitoEventUserPoolsPostAuthenticationTriggerSource
impl Clone for CognitoEventUserPoolsPostAuthenticationTriggerSource
Source§fn clone(&self) -> CognitoEventUserPoolsPostAuthenticationTriggerSource
fn clone(&self) -> CognitoEventUserPoolsPostAuthenticationTriggerSource
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CognitoEventUserPoolsPostAuthenticationTriggerSource
impl Default for CognitoEventUserPoolsPostAuthenticationTriggerSource
Source§fn default() -> CognitoEventUserPoolsPostAuthenticationTriggerSource
fn default() -> CognitoEventUserPoolsPostAuthenticationTriggerSource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CognitoEventUserPoolsPostAuthenticationTriggerSource
impl<'de> Deserialize<'de> for CognitoEventUserPoolsPostAuthenticationTriggerSource
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 for CognitoEventUserPoolsPostAuthenticationTriggerSource
impl PartialEq for CognitoEventUserPoolsPostAuthenticationTriggerSource
Source§fn eq(
&self,
other: &CognitoEventUserPoolsPostAuthenticationTriggerSource,
) -> bool
fn eq( &self, other: &CognitoEventUserPoolsPostAuthenticationTriggerSource, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CognitoEventUserPoolsPostAuthenticationTriggerSource
impl StructuralPartialEq for CognitoEventUserPoolsPostAuthenticationTriggerSource
Auto Trait Implementations§
impl Freeze for CognitoEventUserPoolsPostAuthenticationTriggerSource
impl RefUnwindSafe for CognitoEventUserPoolsPostAuthenticationTriggerSource
impl Send for CognitoEventUserPoolsPostAuthenticationTriggerSource
impl Sync for CognitoEventUserPoolsPostAuthenticationTriggerSource
impl Unpin for CognitoEventUserPoolsPostAuthenticationTriggerSource
impl UnwindSafe for CognitoEventUserPoolsPostAuthenticationTriggerSource
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)