pub struct ConsoleTracingBackend;Expand description
Console logging backend that prints span lifecycle events.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConsoleTracingBackend
impl RefUnwindSafe for ConsoleTracingBackend
impl Send for ConsoleTracingBackend
impl Sync for ConsoleTracingBackend
impl Unpin for ConsoleTracingBackend
impl UnsafeUnpin for ConsoleTracingBackend
impl UnwindSafe for ConsoleTracingBackend
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