pub struct ValidationErrorHandler;
Expand description
Validation error utilities
Implementations§
Auto Trait Implementations§
impl Freeze for ValidationErrorHandler
impl RefUnwindSafe for ValidationErrorHandler
impl Send for ValidationErrorHandler
impl Sync for ValidationErrorHandler
impl Unpin for ValidationErrorHandler
impl UnwindSafe for ValidationErrorHandler
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