Enum wasmedge_sdk::error::GlobalError
pub enum GlobalError {
Create,
Type,
ModifyConst,
UnmatchedValType,
}
Expand description
The error types for WasmEdge Global.
Variants§
Trait Implementations§
§impl Clone for GlobalError
impl Clone for GlobalError
§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 more§impl Debug for GlobalError
impl Debug for GlobalError
§impl Display for GlobalError
impl Display for GlobalError
§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()
§impl PartialEq<GlobalError> for GlobalError
impl PartialEq<GlobalError> for GlobalError
§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 ==
.