pub struct TracingEventSink;Expand description
Event sink that logs to tracing.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TracingEventSink
impl RefUnwindSafe for TracingEventSink
impl Send for TracingEventSink
impl Sync for TracingEventSink
impl Unpin for TracingEventSink
impl UnsafeUnpin for TracingEventSink
impl UnwindSafe for TracingEventSink
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