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