pub enum ContextKeyTypeEnum {
Binary,
BinaryList,
Boolean,
BooleanList,
Date,
DateList,
Ip,
IpList,
Numeric,
NumericList,
String,
StringList,
}Expand description
IAM ContextKeyTypeEnum enum.
Variants§
Binary
Default variant.
BinaryList
Boolean
BooleanList
Date
DateList
Ip
IpList
Numeric
NumericList
String
StringList
Implementations§
Trait Implementations§
Source§impl Clone for ContextKeyTypeEnum
impl Clone for ContextKeyTypeEnum
Source§fn clone(&self) -> ContextKeyTypeEnum
fn clone(&self) -> ContextKeyTypeEnum
Returns a duplicate 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 Debug for ContextKeyTypeEnum
impl Debug for ContextKeyTypeEnum
Source§impl Default for ContextKeyTypeEnum
impl Default for ContextKeyTypeEnum
Source§fn default() -> ContextKeyTypeEnum
fn default() -> ContextKeyTypeEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContextKeyTypeEnum
impl<'de> Deserialize<'de> for ContextKeyTypeEnum
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 Display for ContextKeyTypeEnum
impl Display for ContextKeyTypeEnum
Source§impl From<&str> for ContextKeyTypeEnum
impl From<&str> for ContextKeyTypeEnum
Source§impl Hash for ContextKeyTypeEnum
impl Hash for ContextKeyTypeEnum
Source§impl PartialEq for ContextKeyTypeEnum
impl PartialEq for ContextKeyTypeEnum
Source§impl Serialize for ContextKeyTypeEnum
impl Serialize for ContextKeyTypeEnum
impl Eq for ContextKeyTypeEnum
impl StructuralPartialEq for ContextKeyTypeEnum
Auto Trait Implementations§
impl Freeze for ContextKeyTypeEnum
impl RefUnwindSafe for ContextKeyTypeEnum
impl Send for ContextKeyTypeEnum
impl Sync for ContextKeyTypeEnum
impl Unpin for ContextKeyTypeEnum
impl UnsafeUnpin for ContextKeyTypeEnum
impl UnwindSafe for ContextKeyTypeEnum
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