pub struct RegexMatcher { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for RegexMatcher
impl Debug for RegexMatcher
Source§impl JsonMatcher for RegexMatcher
impl JsonMatcher 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