pub struct LevelWorker { /* private fields */ }Expand description
A thread-local runtime wrapper
Implementations§
Source§impl LevelWorker
impl LevelWorker
Sourcepub fn handle(&self) -> LevelWorkerHandle
pub fn handle(&self) -> LevelWorkerHandle
A spawn handle for the local runtime
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for LevelWorker
impl RefUnwindSafe for LevelWorker
impl Send for LevelWorker
impl Sync for LevelWorker
impl Unpin for LevelWorker
impl UnsafeUnpin for LevelWorker
impl UnwindSafe for LevelWorker
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