pub struct NoCriteria { /* private fields */ }
Expand description
An AssertionBuilder
which has a valid span matcher but does not yet have any assertion
criteria.
Assertion criteria are the actual behavioral matchers, such as “this span must have been entered at least once” or “this span must have been created at least N times”.
Auto Trait Implementations§
impl Freeze for NoCriteria
impl RefUnwindSafe for NoCriteria
impl Send for NoCriteria
impl Sync for NoCriteria
impl Unpin for NoCriteria
impl UnwindSafe for NoCriteria
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