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