pub struct Validator<T> { /* private fields */ }Expand description
A functional validator builder.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Validator<T>
impl<T> !RefUnwindSafe for Validator<T>
impl<T> Send for Validator<T>
impl<T> Sync for Validator<T>
impl<T> Unpin for Validator<T>
impl<T> !UnwindSafe for Validator<T>
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