pub struct ParallelValidator;Expand description
Parallel configuration validator.
Trait Implementations§
Source§impl ConfigValidator for ParallelValidator
impl ConfigValidator for ParallelValidator
Auto Trait Implementations§
impl Freeze for ParallelValidator
impl RefUnwindSafe for ParallelValidator
impl Send for ParallelValidator
impl Sync for ParallelValidator
impl Unpin for ParallelValidator
impl UnwindSafe for ParallelValidator
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