pub struct NumberValidator { /* private fields */ }
Trait Implementations§
Source§impl FromDirective for NumberValidator
impl FromDirective for NumberValidator
Auto Trait Implementations§
impl Freeze for NumberValidator
impl RefUnwindSafe for NumberValidator
impl Send for NumberValidator
impl Sync for NumberValidator
impl Unpin for NumberValidator
impl UnwindSafe for NumberValidator
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