pub struct TracingLog { /* private fields */ }Expand description
Emits traffic and events through the tracing crate, with SOH rendered
as | for readability.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TracingLog
impl RefUnwindSafe for TracingLog
impl Send for TracingLog
impl Sync for TracingLog
impl Unpin for TracingLog
impl UnsafeUnpin for TracingLog
impl UnwindSafe for TracingLog
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