Struct wasmedge_sdk::wasi::async::WasiInstance
source · pub struct WasiInstance(/* private fields */);
Available on crate feature
async
and Linux only.Expand description
Represents a wasi module instance for the async
scenarios.
Implementations§
Trait Implementations§
source§impl Clone for WasiInstance
impl Clone for WasiInstance
source§fn clone(&self) -> WasiInstance
fn clone(&self) -> WasiInstance
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for WasiInstance
impl Send for WasiInstance
impl Sync for WasiInstance
impl Unpin for WasiInstance
impl !UnwindSafe for WasiInstance
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