pub struct JsRRT { /* private fields */ }Implementations§
Trait Implementations§
Source§impl FromWasmAbi for JsRRT
impl FromWasmAbi for JsRRT
Source§impl IntoWasmAbi for JsRRT
impl IntoWasmAbi for JsRRT
Source§impl LongRefFromWasmAbi for JsRRT
impl LongRefFromWasmAbi for JsRRT
Source§impl OptionFromWasmAbi for JsRRT
impl OptionFromWasmAbi for JsRRT
Source§impl OptionIntoWasmAbi for JsRRT
impl OptionIntoWasmAbi for JsRRT
Source§impl RefFromWasmAbi for JsRRT
impl RefFromWasmAbi for JsRRT
Source§impl RefMutFromWasmAbi for JsRRT
impl RefMutFromWasmAbi for JsRRT
impl SupportsConstructor for JsRRT
impl SupportsInstanceProperty for JsRRT
impl SupportsStaticProperty for JsRRT
Source§impl TryFromJsValue for JsRRT
impl TryFromJsValue for JsRRT
Source§impl VectorFromWasmAbi for JsRRT
impl VectorFromWasmAbi for JsRRT
Source§impl VectorIntoWasmAbi for JsRRT
impl VectorIntoWasmAbi for JsRRT
Auto Trait Implementations§
impl !RefUnwindSafe for JsRRT
impl !Send for JsRRT
impl !Sync for JsRRT
impl !UnwindSafe for JsRRT
impl Freeze for JsRRT
impl Unpin for JsRRT
impl UnsafeUnpin for JsRRT
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> 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::AbiSource§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.