pub struct Dormitory(Arc<RwSpinLock<SlotMap<Resumable>>>);
Tuple Fields§
§0: Arc<RwSpinLock<SlotMap<Resumable>>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dormitory
impl !RefUnwindSafe for Dormitory
impl Send for Dormitory
impl Sync for Dormitory
impl Unpin for Dormitory
impl !UnwindSafe for Dormitory
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