pub struct SpawnScopeHandle(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for SpawnScopeHandle
impl Clone for SpawnScopeHandle
Auto Trait Implementations§
impl Freeze for SpawnScopeHandle
impl !RefUnwindSafe for SpawnScopeHandle
impl Send for SpawnScopeHandle
impl Sync for SpawnScopeHandle
impl Unpin for SpawnScopeHandle
impl !UnwindSafe for SpawnScopeHandle
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