Struct sc_executor_wasmi::WasmiRuntime [−][src]
pub struct WasmiRuntime { /* fields omitted */ }
A runtime along with initial copy of data segments.
Trait Implementations
impl WasmModule for WasmiRuntime
[src]
impl WasmModule for WasmiRuntime
[src]fn new_instance(&self) -> Result<Box<dyn WasmInstance>, Error>
[src]
Auto Trait Implementations
impl RefUnwindSafe for WasmiRuntime
impl Send for WasmiRuntime
impl Sync for WasmiRuntime
impl Unpin for WasmiRuntime
impl UnwindSafe for WasmiRuntime
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(self) -> T
[src]
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,