struct NoopTracer;Expand description
A no-op tracer that does not modify or instrument any futures or closures. This is used as a fallback if no custom tracer is set.
Trait Implementations§
Source§impl JoinSetTracer for NoopTracer
impl JoinSetTracer for NoopTracer
Auto Trait Implementations§
impl Freeze for NoopTracer
impl RefUnwindSafe for NoopTracer
impl Send for NoopTracer
impl Sync for NoopTracer
impl Unpin for NoopTracer
impl UnwindSafe for NoopTracer
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