pub struct NoopSpawner { /* private fields */ }
Expand description
Implementations§
source§impl NoopSpawner
impl NoopSpawner
Trait Implementations§
source§impl Debug for NoopSpawner
impl Debug for NoopSpawner
source§impl Default for NoopSpawner
impl Default for NoopSpawner
Auto Trait Implementations§
impl Freeze for NoopSpawner
impl RefUnwindSafe for NoopSpawner
impl Send for NoopSpawner
impl Sync for NoopSpawner
impl Unpin for NoopSpawner
impl UnwindSafe for NoopSpawner
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