#[repr(C)]pub enum WasmAsyncSuccess {
Success = 0,
Fail = 1,
}
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 for WasmAsyncSuccess
impl PartialEq for WasmAsyncSuccess
impl Copy for WasmAsyncSuccess
impl Eq for WasmAsyncSuccess
impl StructuralPartialEq for WasmAsyncSuccess
Auto Trait Implementations§
impl Freeze for WasmAsyncSuccess
impl RefUnwindSafe for WasmAsyncSuccess
impl Send for WasmAsyncSuccess
impl Sync for WasmAsyncSuccess
impl Unpin for WasmAsyncSuccess
impl UnwindSafe for WasmAsyncSuccess
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)