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