Struct wasmedge_sys::async::fiber::AsyncCx
source · pub struct AsyncCx { /* private fields */ }
Available on crate feature
async
and Linux only.Expand description
Defines an async execution context.
Implementations§
Trait Implementations§
impl Copy for AsyncCx
Auto Trait Implementations§
impl RefUnwindSafe for AsyncCx
impl !Send for AsyncCx
impl !Sync for AsyncCx
impl Unpin for AsyncCx
impl UnwindSafe for AsyncCx
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