Enum v8::WasmAsyncSuccess
source · #[repr(C)]
pub enum WasmAsyncSuccess {
Success,
Fail,
}
Variants§
Trait Implementations§
source§impl Clone for WasmAsyncSuccess
impl Clone for WasmAsyncSuccess
source§fn clone(&self) -> WasmAsyncSuccess
fn clone(&self) -> WasmAsyncSuccess
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 WasmAsyncSuccess
impl Debug for WasmAsyncSuccess
source§impl PartialEq<WasmAsyncSuccess> for WasmAsyncSuccess
impl PartialEq<WasmAsyncSuccess> for WasmAsyncSuccess
source§fn eq(&self, other: &WasmAsyncSuccess) -> bool
fn eq(&self, other: &WasmAsyncSuccess) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.