pub struct RegexRule { /* private fields */ }Expand description
Regex validation rule
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegexRule
impl RefUnwindSafe for RegexRule
impl Send for RegexRule
impl Sync for RegexRule
impl Unpin for RegexRule
impl UnwindSafe for RegexRule
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