pub enum MfaSmsInitVerifyInputAction {
Verify,
}Expand description
MfaSmsInitVerifyInputAction
JSON schema
{
"type": "string",
"enum": [
"verify"
]
}Variants§
Verify
Trait Implementations§
Source§impl Clone for MfaSmsInitVerifyInputAction
impl Clone for MfaSmsInitVerifyInputAction
Source§fn clone(&self) -> MfaSmsInitVerifyInputAction
fn clone(&self) -> MfaSmsInitVerifyInputAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MfaSmsInitVerifyInputAction
Source§impl Debug for MfaSmsInitVerifyInputAction
impl Debug for MfaSmsInitVerifyInputAction
Source§impl<'de> Deserialize<'de> for MfaSmsInitVerifyInputAction
impl<'de> Deserialize<'de> for MfaSmsInitVerifyInputAction
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
impl Eq for MfaSmsInitVerifyInputAction
Source§impl From<&MfaSmsInitVerifyInputAction> for MfaSmsInitVerifyInputAction
impl From<&MfaSmsInitVerifyInputAction> for MfaSmsInitVerifyInputAction
Source§fn from(value: &MfaSmsInitVerifyInputAction) -> Self
fn from(value: &MfaSmsInitVerifyInputAction) -> Self
Converts to this type from the input type.
Source§impl Hash for MfaSmsInitVerifyInputAction
impl Hash for MfaSmsInitVerifyInputAction
Source§impl Ord for MfaSmsInitVerifyInputAction
impl Ord for MfaSmsInitVerifyInputAction
Source§fn cmp(&self, other: &MfaSmsInitVerifyInputAction) -> Ordering
fn cmp(&self, other: &MfaSmsInitVerifyInputAction) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MfaSmsInitVerifyInputAction
impl PartialEq for MfaSmsInitVerifyInputAction
Source§fn eq(&self, other: &MfaSmsInitVerifyInputAction) -> bool
fn eq(&self, other: &MfaSmsInitVerifyInputAction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MfaSmsInitVerifyInputAction
impl PartialOrd for MfaSmsInitVerifyInputAction
impl StructuralPartialEq for MfaSmsInitVerifyInputAction
Source§impl TryFrom<&String> for MfaSmsInitVerifyInputAction
impl TryFrom<&String> for MfaSmsInitVerifyInputAction
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for MfaSmsInitVerifyInputAction
impl TryFrom<&str> for MfaSmsInitVerifyInputAction
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for MfaSmsInitVerifyInputAction
impl TryFrom<String> for MfaSmsInitVerifyInputAction
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for MfaSmsInitVerifyInputAction
impl RefUnwindSafe for MfaSmsInitVerifyInputAction
impl Send for MfaSmsInitVerifyInputAction
impl Sync for MfaSmsInitVerifyInputAction
impl Unpin for MfaSmsInitVerifyInputAction
impl UnsafeUnpin for MfaSmsInitVerifyInputAction
impl UnwindSafe for MfaSmsInitVerifyInputAction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more