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<GlobalError> for GlobalError
impl PartialEq<GlobalError> 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 ==
.