pub struct TracingBackend { /* private fields */ }
Expand description
Object to configure and reconfigure tracing for Underhill.
Implementations§
Trait Implementations§
Source§impl InspectMut for TracingBackend
impl InspectMut for TracingBackend
Source§fn inspect_mut(&mut self, req: Request<'_>)
fn inspect_mut(&mut self, req: Request<'_>)
Inspects the object.
Auto Trait Implementations§
impl Freeze for TracingBackend
impl !RefUnwindSafe for TracingBackend
impl Send for TracingBackend
impl Sync for TracingBackend
impl Unpin for TracingBackend
impl !UnwindSafe for TracingBackend
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