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