pub struct TracingDispatcherContext;Expand description
Represents the tracing::dispatcher::get_default dispatcher in a context value set.
Trait Implementations§
source§impl ContextLocalKeyProvider for TracingDispatcherContext
impl ContextLocalKeyProvider for TracingDispatcherContext
source§fn context_local_key(&'static self) -> TypeId
fn context_local_key(&'static self) -> TypeId
Gets the key.
Auto Trait Implementations§
impl Freeze for TracingDispatcherContext
impl RefUnwindSafe for TracingDispatcherContext
impl Send for TracingDispatcherContext
impl Sync for TracingDispatcherContext
impl Unpin for TracingDispatcherContext
impl UnwindSafe for TracingDispatcherContext
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