pub struct NoMatcher { /* private fields */ }
Expand description
An AssertionBuilder
which does not yet have a span matcher.
A matcher consists of either a span name, or the target of a span itself, or potentially both.
A span target refers to the tracing
parlance, where “target” refers to the module path that a
span is defined in.
Additionally, a span matcher can include specific fields that must be present on a span in order to match.
Auto Trait Implementations§
impl Freeze for NoMatcher
impl RefUnwindSafe for NoMatcher
impl Send for NoMatcher
impl Sync for NoMatcher
impl Unpin for NoMatcher
impl UnwindSafe for NoMatcher
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