pub enum AnomalyAction {
Block,
RequireApproval,
AuditOnly,
}Expand description
What to do when an anomaly is detected.
Variants§
Trait Implementations§
Source§impl Clone for AnomalyAction
impl Clone for AnomalyAction
Source§fn clone(&self) -> AnomalyAction
fn clone(&self) -> AnomalyAction
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 AnomalyAction
impl Debug for AnomalyAction
Source§impl PartialEq for AnomalyAction
impl PartialEq for AnomalyAction
impl Copy for AnomalyAction
impl Eq for AnomalyAction
impl StructuralPartialEq for AnomalyAction
Auto Trait Implementations§
impl Freeze for AnomalyAction
impl RefUnwindSafe for AnomalyAction
impl Send for AnomalyAction
impl Sync for AnomalyAction
impl Unpin for AnomalyAction
impl UnsafeUnpin for AnomalyAction
impl UnwindSafe for AnomalyAction
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