pub enum DefenderCloudBlockLevelType {
ZeroTolerance,
HighPlus,
High,
NotConfigured,
}Variants§
Trait Implementations§
Source§impl Clone for DefenderCloudBlockLevelType
impl Clone for DefenderCloudBlockLevelType
Source§fn clone(&self) -> DefenderCloudBlockLevelType
fn clone(&self) -> DefenderCloudBlockLevelType
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 moreSource§impl Debug for DefenderCloudBlockLevelType
impl Debug for DefenderCloudBlockLevelType
Source§impl<'de> Deserialize<'de> for DefenderCloudBlockLevelType
impl<'de> Deserialize<'de> for DefenderCloudBlockLevelType
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 DefenderCloudBlockLevelType
Source§impl Hash for DefenderCloudBlockLevelType
impl Hash for DefenderCloudBlockLevelType
Source§impl Ord for DefenderCloudBlockLevelType
impl Ord for DefenderCloudBlockLevelType
Source§fn cmp(&self, other: &DefenderCloudBlockLevelType) -> Ordering
fn cmp(&self, other: &DefenderCloudBlockLevelType) -> 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 DefenderCloudBlockLevelType
impl PartialEq for DefenderCloudBlockLevelType
Source§fn eq(&self, other: &DefenderCloudBlockLevelType) -> bool
fn eq(&self, other: &DefenderCloudBlockLevelType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DefenderCloudBlockLevelType
impl PartialOrd for DefenderCloudBlockLevelType
impl StructuralPartialEq for DefenderCloudBlockLevelType
Auto Trait Implementations§
impl Freeze for DefenderCloudBlockLevelType
impl RefUnwindSafe for DefenderCloudBlockLevelType
impl Send for DefenderCloudBlockLevelType
impl Sync for DefenderCloudBlockLevelType
impl Unpin for DefenderCloudBlockLevelType
impl UnsafeUnpin for DefenderCloudBlockLevelType
impl UnwindSafe for DefenderCloudBlockLevelType
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