pub struct Tracer { /* private fields */ }Expand description
Collects completed spans and broadcasts them to subscribers.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Tracer
impl !UnwindSafe for Tracer
impl Freeze for Tracer
impl Send for Tracer
impl Sync for Tracer
impl Unpin for Tracer
impl UnsafeUnpin for Tracer
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