pub(super) struct Dispatchers {
has_just_one: AtomicBool,
}Fields§
§has_just_one: AtomicBoolImplementations§
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