Struct wasi_async_runtime::Reactor
source · pub struct Reactor { /* private fields */ }
Expand description
Manage async system resources for WASI 0.1
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Reactor
impl !Send for Reactor
impl !Sync for Reactor
impl Unpin for Reactor
impl !UnwindSafe for Reactor
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