pub struct ValidationTool;Expand description
Validation tool dispatcher
Implementations§
Auto Trait Implementations§
impl Freeze for ValidationTool
impl RefUnwindSafe for ValidationTool
impl Send for ValidationTool
impl Sync for ValidationTool
impl Unpin for ValidationTool
impl UnsafeUnpin for ValidationTool
impl UnwindSafe for ValidationTool
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