pub enum DlpMode {
Off,
Report,
Block,
Redact,
}Expand description
What to do when a payload has a finding.
Variants§
Trait Implementations§
impl Copy for DlpMode
impl Eq for DlpMode
impl StructuralPartialEq for DlpMode
Auto Trait Implementations§
impl Freeze for DlpMode
impl RefUnwindSafe for DlpMode
impl Send for DlpMode
impl Sync for DlpMode
impl Unpin for DlpMode
impl UnsafeUnpin for DlpMode
impl UnwindSafe for DlpMode
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.