pub struct InvokedResumableRef {
pub(crate) dormitory: Weak<RwSpinLock<SlotMap<Resumable>>>,
pub(crate) key: SlotMapKey<Resumable>,
}Fields§
§dormitory: Weak<RwSpinLock<SlotMap<Resumable>>>§key: SlotMapKey<Resumable>Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvokedResumableRef
impl !RefUnwindSafe for InvokedResumableRef
impl Send for InvokedResumableRef
impl Sync for InvokedResumableRef
impl Unpin for InvokedResumableRef
impl !UnwindSafe for InvokedResumableRef
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