Enum wasmedge_types::error::GlobalError
source · pub enum GlobalError {
Create,
Type,
ModifyConst,
UnmatchedValType,
}
Expand description
The error types for WasmEdge Global.
Variants§
Trait Implementations§
source§impl Clone for GlobalError
impl Clone for GlobalError
source§fn clone(&self) -> GlobalError
fn clone(&self) -> GlobalError
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 GlobalError
impl Debug for GlobalError
source§impl Display for GlobalError
impl Display for GlobalError
source§impl Error for GlobalError
impl Error for GlobalError
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()
source§impl PartialEq for GlobalError
impl PartialEq for GlobalError
source§fn eq(&self, other: &GlobalError) -> bool
fn eq(&self, other: &GlobalError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for GlobalError
impl StructuralEq for GlobalError
impl StructuralPartialEq for GlobalError
Auto Trait Implementations§
impl RefUnwindSafe for GlobalError
impl Send for GlobalError
impl Sync for GlobalError
impl Unpin for GlobalError
impl UnwindSafe for GlobalError
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