pub struct LengthFunction;Expand description
Validation function that checks string length bounds.
Trait Implementations§
Source§impl FunctionImplementation for LengthFunction
impl FunctionImplementation for LengthFunction
Source§fn return_type(&self) -> ReturnType
fn return_type(&self) -> ReturnType
The return type of this function.
Auto Trait Implementations§
impl Freeze for LengthFunction
impl RefUnwindSafe for LengthFunction
impl Send for LengthFunction
impl Sync for LengthFunction
impl Unpin for LengthFunction
impl UnsafeUnpin for LengthFunction
impl UnwindSafe for LengthFunction
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