pub enum BreachMatchMode {
Low,
Medium,
High,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for BreachMatchMode
impl Clone for BreachMatchMode
Source§fn clone(&self) -> BreachMatchMode
fn clone(&self) -> BreachMatchMode
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 BreachMatchMode
impl Debug for BreachMatchMode
Source§impl Default for BreachMatchMode
impl Default for BreachMatchMode
Source§fn default() -> BreachMatchMode
fn default() -> BreachMatchMode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BreachMatchMode
impl<'de> Deserialize<'de> for BreachMatchMode
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 BreachMatchMode
impl Display for BreachMatchMode
Source§impl Hash for BreachMatchMode
impl Hash for BreachMatchMode
Source§impl Ord for BreachMatchMode
impl Ord for BreachMatchMode
Source§fn cmp(&self, other: &BreachMatchMode) -> Ordering
fn cmp(&self, other: &BreachMatchMode) -> 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 BreachMatchMode
impl PartialEq for BreachMatchMode
Source§impl PartialOrd for BreachMatchMode
impl PartialOrd for BreachMatchMode
Source§impl Serialize for BreachMatchMode
impl Serialize for BreachMatchMode
impl Copy for BreachMatchMode
impl Eq for BreachMatchMode
impl StructuralPartialEq for BreachMatchMode
Auto Trait Implementations§
impl Freeze for BreachMatchMode
impl RefUnwindSafe for BreachMatchMode
impl Send for BreachMatchMode
impl Sync for BreachMatchMode
impl Unpin for BreachMatchMode
impl UnwindSafe for BreachMatchMode
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,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.