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