pub struct RegexMatcher;
Expand description
A matcher for string values with regular expressions by default.
It supports custom operators.
Trait Implementations§
Source§impl<Ctx: ?Sized> Matcher<Ctx> for RegexMatcher
impl<Ctx: ?Sized> Matcher<Ctx> for RegexMatcher
Auto Trait Implementations§
impl Freeze for RegexMatcher
impl RefUnwindSafe for RegexMatcher
impl Send for RegexMatcher
impl Sync for RegexMatcher
impl Unpin for RegexMatcher
impl UnwindSafe for RegexMatcher
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