pub enum ErrorStyle {
Stop,
Warning,
Information,
}Expand description
The error display style for validation failures.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ErrorStyle
impl Clone for ErrorStyle
Source§fn clone(&self) -> ErrorStyle
fn clone(&self) -> ErrorStyle
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 ErrorStyle
impl Debug for ErrorStyle
Source§impl PartialEq for ErrorStyle
impl PartialEq for ErrorStyle
impl StructuralPartialEq for ErrorStyle
Auto Trait Implementations§
impl Freeze for ErrorStyle
impl RefUnwindSafe for ErrorStyle
impl Send for ErrorStyle
impl Sync for ErrorStyle
impl Unpin for ErrorStyle
impl UnwindSafe for ErrorStyle
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