pub struct SomeMatcher<Inner: Debug>(/* private fields */);
Trait Implementations§
Source§impl<Inner: Debug> Debug for SomeMatcher<Inner>
impl<Inner: Debug> Debug for SomeMatcher<Inner>
Auto Trait Implementations§
impl<Inner> Freeze for SomeMatcher<Inner>where
Inner: Freeze,
impl<Inner> RefUnwindSafe for SomeMatcher<Inner>where
Inner: RefUnwindSafe,
impl<Inner> Send for SomeMatcher<Inner>where
Inner: Send,
impl<Inner> Sync for SomeMatcher<Inner>where
Inner: Sync,
impl<Inner> Unpin for SomeMatcher<Inner>where
Inner: Unpin,
impl<Inner> UnwindSafe for SomeMatcher<Inner>where
Inner: UnwindSafe,
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