pub enum ValidationSeverity {
Info,
Warning,
Error,
Critical,
}
Variants§
Trait Implementations§
Source§impl Clone for ValidationSeverity
impl Clone for ValidationSeverity
Source§fn clone(&self) -> ValidationSeverity
fn clone(&self) -> ValidationSeverity
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 ValidationSeverity
impl Debug for ValidationSeverity
Source§impl PartialEq for ValidationSeverity
impl PartialEq for ValidationSeverity
impl StructuralPartialEq for ValidationSeverity
Auto Trait Implementations§
impl Freeze for ValidationSeverity
impl RefUnwindSafe for ValidationSeverity
impl Send for ValidationSeverity
impl Sync for ValidationSeverity
impl Unpin for ValidationSeverity
impl UnwindSafe for ValidationSeverity
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