pub struct RegexValidator { /* private fields */ }Expand description
Validates string values against a custom regular expression pattern.
Implementations§
Trait Implementations§
Source§impl Clone for RegexValidator
impl Clone for RegexValidator
Source§fn clone(&self) -> RegexValidator
fn clone(&self) -> RegexValidator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegexValidator
impl Debug for RegexValidator
Source§impl OptionValidator for RegexValidator
impl OptionValidator for RegexValidator
Auto Trait Implementations§
impl Freeze for RegexValidator
impl RefUnwindSafe for RegexValidator
impl Send for RegexValidator
impl Sync for RegexValidator
impl Unpin for RegexValidator
impl UnsafeUnpin for RegexValidator
impl UnwindSafe for RegexValidator
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