Enum linera_execution::WasmRuntime
source · pub enum WasmRuntime {}Expand description
The runtime to use for running the application.
Implementations§
source§impl WasmRuntime
impl WasmRuntime
pub fn needs_sanitizer(self) -> bool
Trait Implementations§
source§impl Clone for WasmRuntime
impl Clone for WasmRuntime
source§fn clone(&self) -> WasmRuntime
fn clone(&self) -> WasmRuntime
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 moresource§impl Display for WasmRuntime
impl Display for WasmRuntime
source§impl FromStr for WasmRuntime
impl FromStr for WasmRuntime
impl Copy for WasmRuntime
Auto Trait Implementations§
impl Freeze for WasmRuntime
impl RefUnwindSafe for WasmRuntime
impl Send for WasmRuntime
impl Sync for WasmRuntime
impl Unpin for WasmRuntime
impl UnwindSafe for WasmRuntime
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