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