Struct tracing_core::dispatcher::Entered
source · struct Entered<'a>(&'a State);
Expand description
While this guard is active, additional calls to subscriber functions on the default dispatcher will not be able to access the dispatch context. Dropping the guard will allow the dispatch context to be re-entered.
Tuple Fields§
§0: &'a State
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Entered<'a>
impl<'a> !RefUnwindSafe for Entered<'a>
impl<'a> !Send for Entered<'a>
impl<'a> !Sync for Entered<'a>
impl<'a> Unpin for Entered<'a>
impl<'a> !UnwindSafe for Entered<'a>
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