pub struct NumericFunction;Expand description
Validation function that checks whether a value is a valid number within optional bounds.
Trait Implementations§
Source§impl FunctionImplementation for NumericFunction
impl FunctionImplementation for NumericFunction
Source§fn return_type(&self) -> ReturnType
fn return_type(&self) -> ReturnType
The return type of this function.
Auto Trait Implementations§
impl Freeze for NumericFunction
impl RefUnwindSafe for NumericFunction
impl Send for NumericFunction
impl Sync for NumericFunction
impl Unpin for NumericFunction
impl UnsafeUnpin for NumericFunction
impl UnwindSafe for NumericFunction
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