Struct linera_execution::InvalidWasmRuntime
source · pub struct InvalidWasmRuntime(/* private fields */);Expand description
Attempts to create an invalid WasmRuntime instance from a string.
Trait Implementations§
source§impl Clone for InvalidWasmRuntime
impl Clone for InvalidWasmRuntime
source§fn clone(&self) -> InvalidWasmRuntime
fn clone(&self) -> InvalidWasmRuntime
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 Debug for InvalidWasmRuntime
impl Debug for InvalidWasmRuntime
source§impl Display for InvalidWasmRuntime
impl Display for InvalidWasmRuntime
source§impl Error for InvalidWasmRuntime
impl Error for InvalidWasmRuntime
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for InvalidWasmRuntime
impl RefUnwindSafe for InvalidWasmRuntime
impl Send for InvalidWasmRuntime
impl Sync for InvalidWasmRuntime
impl Unpin for InvalidWasmRuntime
impl UnwindSafe for InvalidWasmRuntime
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