Struct wasm_bridge_js::TupleWrapper4
source · pub struct TupleWrapper4<T0, T1, T2, T3>(pub T0, pub T1, pub T2, pub T3);Tuple Fields§
§0: T0§1: T1§2: T2§3: T3Trait Implementations§
source§impl<T0: Into<JsValue>, T1: Into<JsValue>, T2: Into<JsValue>, T3: Into<JsValue>> ReturnWasmAbi for TupleWrapper4<T0, T1, T2, T3>
impl<T0: Into<JsValue>, T1: Into<JsValue>, T2: Into<JsValue>, T3: Into<JsValue>> ReturnWasmAbi for TupleWrapper4<T0, T1, T2, T3>
§type Abi = <JsValue as IntoWasmAbi>::Abi
type Abi = <JsValue as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abisource§fn return_abi(self) -> Self::Abi
fn return_abi(self) -> Self::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.impl<T0: WasmAbi, T1: WasmAbi, T2: WasmAbi, T3: WasmAbi> WasmAbi for TupleWrapper4<T0, T1, T2, T3>
Auto Trait Implementations§
impl<T0, T1, T2, T3> RefUnwindSafe for TupleWrapper4<T0, T1, T2, T3>where T0: RefUnwindSafe, T1: RefUnwindSafe, T2: RefUnwindSafe, T3: RefUnwindSafe,
impl<T0, T1, T2, T3> Send for TupleWrapper4<T0, T1, T2, T3>where T0: Send, T1: Send, T2: Send, T3: Send,
impl<T0, T1, T2, T3> Sync for TupleWrapper4<T0, T1, T2, T3>where T0: Sync, T1: Sync, T2: Sync, T3: Sync,
impl<T0, T1, T2, T3> Unpin for TupleWrapper4<T0, T1, T2, T3>where T0: Unpin, T1: Unpin, T2: Unpin, T3: Unpin,
impl<T0, T1, T2, T3> UnwindSafe for TupleWrapper4<T0, T1, T2, T3>where T0: UnwindSafe, T1: UnwindSafe, T2: UnwindSafe, T3: UnwindSafe,
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