pub enum AuditSeverity {
Info,
Warning,
Error,
Critical,
}
Expand description
Audit severity levels
Variants§
Trait Implementations§
Source§impl Clone for AuditSeverity
impl Clone for AuditSeverity
Source§fn clone(&self) -> AuditSeverity
fn clone(&self) -> AuditSeverity
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AuditSeverity
impl Debug for AuditSeverity
Source§impl PartialEq for AuditSeverity
impl PartialEq for AuditSeverity
impl StructuralPartialEq for AuditSeverity
Auto Trait Implementations§
impl Freeze for AuditSeverity
impl RefUnwindSafe for AuditSeverity
impl Send for AuditSeverity
impl Sync for AuditSeverity
impl Unpin for AuditSeverity
impl UnwindSafe for AuditSeverity
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