pub struct RequiredFunction;Expand description
Validation function that returns true when the value is non-null,
non-empty-string, and non-empty-array.
Trait Implementations§
Source§impl FunctionImplementation for RequiredFunction
impl FunctionImplementation for RequiredFunction
Source§fn return_type(&self) -> ReturnType
fn return_type(&self) -> ReturnType
The return type of this function.
Auto Trait Implementations§
impl Freeze for RequiredFunction
impl RefUnwindSafe for RequiredFunction
impl Send for RequiredFunction
impl Sync for RequiredFunction
impl Unpin for RequiredFunction
impl UnsafeUnpin for RequiredFunction
impl UnwindSafe for RequiredFunction
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