Enum wasm::core::error::StoreInstantiationError
source · pub enum StoreInstantiationError {
ActiveDataWriteOutOfBounds,
I64ValueOutOfReach(String),
MissingValueOnTheStack,
}
Variants§
Trait Implementations§
source§impl Clone for StoreInstantiationError
impl Clone for StoreInstantiationError
source§fn clone(&self) -> StoreInstantiationError
fn clone(&self) -> StoreInstantiationError
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 StoreInstantiationError
impl Debug for StoreInstantiationError
source§impl Display for StoreInstantiationError
impl Display for StoreInstantiationError
source§impl From<StoreInstantiationError> for Error
impl From<StoreInstantiationError> for Error
source§fn from(value: StoreInstantiationError) -> Self
fn from(value: StoreInstantiationError) -> Self
Converts to this type from the input type.
source§impl PartialEq for StoreInstantiationError
impl PartialEq for StoreInstantiationError
source§fn eq(&self, other: &StoreInstantiationError) -> bool
fn eq(&self, other: &StoreInstantiationError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for StoreInstantiationError
impl StructuralPartialEq for StoreInstantiationError
Auto Trait Implementations§
impl RefUnwindSafe for StoreInstantiationError
impl Send for StoreInstantiationError
impl Sync for StoreInstantiationError
impl Unpin for StoreInstantiationError
impl UnwindSafe for StoreInstantiationError
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