pub struct StrMatcher(/* private fields */);Expand description
Matcher using UTF-8 regex (for valid UTF-8)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrMatcher
impl RefUnwindSafe for StrMatcher
impl Send for StrMatcher
impl Sync for StrMatcher
impl Unpin for StrMatcher
impl UnsafeUnpin for StrMatcher
impl UnwindSafe for StrMatcher
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