Struct wasm_bridge_js::TupleWrapper5
source · pub struct TupleWrapper5<T0, T1, T2, T3, T4>(pub T0, pub T1, pub T2, pub T3, pub T4);Tuple Fields§
§0: T0§1: T1§2: T2§3: T3§4: T4Trait Implementations§
source§impl<T0: Into<JsValue>, T1: Into<JsValue>, T2: Into<JsValue>, T3: Into<JsValue>, T4: Into<JsValue>> ReturnWasmAbi for TupleWrapper5<T0, T1, T2, T3, T4>
impl<T0: Into<JsValue>, T1: Into<JsValue>, T2: Into<JsValue>, T3: Into<JsValue>, T4: Into<JsValue>> ReturnWasmAbi for TupleWrapper5<T0, T1, T2, T3, T4>
§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.source§impl<T0, T1, T2, T3, T4> WasmDescribe for TupleWrapper5<T0, T1, T2, T3, T4>
impl<T0, T1, T2, T3, T4> WasmDescribe for TupleWrapper5<T0, T1, T2, T3, T4>
impl<T0: WasmAbi, T1: WasmAbi, T2: WasmAbi, T3: WasmAbi, T4: WasmAbi> WasmAbi for TupleWrapper5<T0, T1, T2, T3, T4>
Auto Trait Implementations§
impl<T0, T1, T2, T3, T4> RefUnwindSafe for TupleWrapper5<T0, T1, T2, T3, T4>where T0: RefUnwindSafe, T1: RefUnwindSafe, T2: RefUnwindSafe, T3: RefUnwindSafe, T4: RefUnwindSafe,
impl<T0, T1, T2, T3, T4> Send for TupleWrapper5<T0, T1, T2, T3, T4>where T0: Send, T1: Send, T2: Send, T3: Send, T4: Send,
impl<T0, T1, T2, T3, T4> Sync for TupleWrapper5<T0, T1, T2, T3, T4>where T0: Sync, T1: Sync, T2: Sync, T3: Sync, T4: Sync,
impl<T0, T1, T2, T3, T4> Unpin for TupleWrapper5<T0, T1, T2, T3, T4>where T0: Unpin, T1: Unpin, T2: Unpin, T3: Unpin, T4: Unpin,
impl<T0, T1, T2, T3, T4> UnwindSafe for TupleWrapper5<T0, T1, T2, T3, T4>where T0: UnwindSafe, T1: UnwindSafe, T2: UnwindSafe, T3: UnwindSafe, T4: 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