Struct tracing_core::callsite::dispatchers::Dispatchers
source · pub(super) struct Dispatchers {
has_just_one: AtomicBool,
}
Fields§
§has_just_one: AtomicBool
Implementations§
Auto Trait Implementations§
impl !Freeze for Dispatchers
impl RefUnwindSafe for Dispatchers
impl Send for Dispatchers
impl Sync for Dispatchers
impl Unpin for Dispatchers
impl UnwindSafe for Dispatchers
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