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