Struct tracing_core::dispatcher::Registrar
source · pub(crate) struct Registrar(Kind<Weak<dyn Subscriber + Send + Sync>>);
Tuple Fields§
§0: Kind<Weak<dyn Subscriber + Send + Sync>>
Implementations§
Auto Trait Implementations§
impl Freeze for Registrar
impl !RefUnwindSafe for Registrar
impl Send for Registrar
impl Sync for Registrar
impl Unpin for Registrar
impl !UnwindSafe for Registrar
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