pub enum NmsMode {
ClassAware,
ClassAgnostic,
}Expand description
The class-comparison policy used during suppression.
Variants§
ClassAware
Compare detections only when their optional class identifiers match.
ClassAgnostic
Compare every detection regardless of class identifier.
Trait Implementations§
impl Copy for NmsMode
impl Eq for NmsMode
impl StructuralPartialEq for NmsMode
Auto Trait Implementations§
impl Freeze for NmsMode
impl RefUnwindSafe for NmsMode
impl Send for NmsMode
impl Sync for NmsMode
impl Unpin for NmsMode
impl UnsafeUnpin for NmsMode
impl UnwindSafe for NmsMode
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