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