#[repr(i64)]pub enum SecurityTaskType {
UpdateAtRiskCredential = 0,
}
Expand description
Variants§
UpdateAtRiskCredential = 0
Trait Implementations§
Source§impl Clone for SecurityTaskType
impl Clone for SecurityTaskType
Source§fn clone(&self) -> SecurityTaskType
fn clone(&self) -> SecurityTaskType
Returns a copy 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 SecurityTaskType
impl Debug for SecurityTaskType
Source§impl Default for SecurityTaskType
impl Default for SecurityTaskType
Source§fn default() -> SecurityTaskType
fn default() -> SecurityTaskType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecurityTaskType
impl<'de> Deserialize<'de> for SecurityTaskType
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 SecurityTaskType
impl Display for SecurityTaskType
Source§impl Hash for SecurityTaskType
impl Hash for SecurityTaskType
Source§impl Ord for SecurityTaskType
impl Ord for SecurityTaskType
Source§fn cmp(&self, other: &SecurityTaskType) -> Ordering
fn cmp(&self, other: &SecurityTaskType) -> Ordering
1.21.0 · 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 SecurityTaskType
impl PartialEq for SecurityTaskType
Source§impl PartialOrd for SecurityTaskType
impl PartialOrd for SecurityTaskType
Source§impl Serialize for SecurityTaskType
impl Serialize for SecurityTaskType
impl Copy for SecurityTaskType
impl Eq for SecurityTaskType
impl StructuralPartialEq for SecurityTaskType
Auto Trait Implementations§
impl Freeze for SecurityTaskType
impl RefUnwindSafe for SecurityTaskType
impl Send for SecurityTaskType
impl Sync for SecurityTaskType
impl Unpin for SecurityTaskType
impl UnwindSafe for SecurityTaskType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.