pub struct Handle { /* private fields */ }
Implementations§
Trait Implementations§
source§impl FromWasmAbi for Handle
impl FromWasmAbi for Handle
source§impl IntoWasmAbi for Handle
impl IntoWasmAbi for Handle
source§impl LongRefFromWasmAbi for Handle
impl LongRefFromWasmAbi for Handle
source§impl OptionFromWasmAbi for Handle
impl OptionFromWasmAbi for Handle
source§impl OptionIntoWasmAbi for Handle
impl OptionIntoWasmAbi for Handle
source§impl RefFromWasmAbi for Handle
impl RefFromWasmAbi for Handle
source§impl RefMutFromWasmAbi for Handle
impl RefMutFromWasmAbi for Handle
source§impl TryFromJsValue for Handle
impl TryFromJsValue for Handle
source§impl VectorFromWasmAbi for Handle
impl VectorFromWasmAbi for Handle
source§impl VectorIntoWasmAbi for Handle
impl VectorIntoWasmAbi for Handle
impl Eq for Handle
impl StructuralPartialEq for Handle
Auto Trait Implementations§
impl Freeze for Handle
impl RefUnwindSafe for Handle
impl Send for Handle
impl Sync for Handle
impl Unpin for Handle
impl UnwindSafe for Handle
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
)source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.