pub struct ProcessScopeSlot;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcessScopeSlot
impl RefUnwindSafe for ProcessScopeSlot
impl Send for ProcessScopeSlot
impl Sync for ProcessScopeSlot
impl Unpin for ProcessScopeSlot
impl UnsafeUnpin for ProcessScopeSlot
impl UnwindSafe for ProcessScopeSlot
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