pub enum statusType {
Active,
Expired,
Inactive,
}Expand description
IAM statusType enum.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for statusType
impl Clone for statusType
Source§fn clone(&self) -> statusType
fn clone(&self) -> statusType
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 statusType
impl Debug for statusType
Source§impl Default for statusType
impl Default for statusType
Source§fn default() -> statusType
fn default() -> statusType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for statusType
impl<'de> Deserialize<'de> for statusType
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 statusType
impl Display for statusType
Source§impl From<&str> for statusType
impl From<&str> for statusType
Source§impl Hash for statusType
impl Hash for statusType
Source§impl PartialEq for statusType
impl PartialEq for statusType
Source§impl Serialize for statusType
impl Serialize for statusType
impl Eq for statusType
impl StructuralPartialEq for statusType
Auto Trait Implementations§
impl Freeze for statusType
impl RefUnwindSafe for statusType
impl Send for statusType
impl Sync for statusType
impl Unpin for statusType
impl UnsafeUnpin for statusType
impl UnwindSafe for statusType
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