pub struct NumericRangeValidator { /* private fields */ }Expand description
Validator that checks if a numeric claim is within a range
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NumericRangeValidator
impl RefUnwindSafe for NumericRangeValidator
impl Send for NumericRangeValidator
impl Sync for NumericRangeValidator
impl Unpin for NumericRangeValidator
impl UnwindSafe for NumericRangeValidator
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