pub struct DefaultMatcher;
Expand description
A flexible matcher without strict types.
Trait Implementations§
Source§impl<Ctx: ?Sized> Matcher<Ctx> for DefaultMatcher
impl<Ctx: ?Sized> Matcher<Ctx> for DefaultMatcher
Auto Trait Implementations§
impl Freeze for DefaultMatcher
impl RefUnwindSafe for DefaultMatcher
impl Send for DefaultMatcher
impl Sync for DefaultMatcher
impl Unpin for DefaultMatcher
impl UnwindSafe for DefaultMatcher
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