pub struct TupleWrapper7<T0, T1, T2, T3, T4, T5, T6>(pub T0, pub T1, pub T2, pub T3, pub T4, pub T5, pub T6);

Tuple Fields§

§0: T0§1: T1§2: T2§3: T3§4: T4§5: T5§6: T6

Trait Implementations§

source§

impl<T0: Into<JsValue>, T1: Into<JsValue>, T2: Into<JsValue>, T3: Into<JsValue>, T4: Into<JsValue>, T5: Into<JsValue>, T6: Into<JsValue>> ReturnWasmAbi for TupleWrapper7<T0, T1, T2, T3, T4, T5, T6>

§

type Abi = <JsValue as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi
source§

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, T5, T6> WasmDescribe for TupleWrapper7<T0, T1, T2, T3, T4, T5, T6>

source§

impl<T0: WasmAbi, T1: WasmAbi, T2: WasmAbi, T3: WasmAbi, T4: WasmAbi, T5: WasmAbi, T6: WasmAbi> WasmAbi for TupleWrapper7<T0, T1, T2, T3, T4, T5, T6>

Auto Trait Implementations§

§

impl<T0, T1, T2, T3, T4, T5, T6> RefUnwindSafe for TupleWrapper7<T0, T1, T2, T3, T4, T5, T6>where T0: RefUnwindSafe, T1: RefUnwindSafe, T2: RefUnwindSafe, T3: RefUnwindSafe, T4: RefUnwindSafe, T5: RefUnwindSafe, T6: RefUnwindSafe,

§

impl<T0, T1, T2, T3, T4, T5, T6> Send for TupleWrapper7<T0, T1, T2, T3, T4, T5, T6>where T0: Send, T1: Send, T2: Send, T3: Send, T4: Send, T5: Send, T6: Send,

§

impl<T0, T1, T2, T3, T4, T5, T6> Sync for TupleWrapper7<T0, T1, T2, T3, T4, T5, T6>where T0: Sync, T1: Sync, T2: Sync, T3: Sync, T4: Sync, T5: Sync, T6: Sync,

§

impl<T0, T1, T2, T3, T4, T5, T6> Unpin for TupleWrapper7<T0, T1, T2, T3, T4, T5, T6>where T0: Unpin, T1: Unpin, T2: Unpin, T3: Unpin, T4: Unpin, T5: Unpin, T6: Unpin,

§

impl<T0, T1, T2, T3, T4, T5, T6> UnwindSafe for TupleWrapper7<T0, T1, T2, T3, T4, T5, T6>where T0: UnwindSafe, T1: UnwindSafe, T2: UnwindSafe, T3: UnwindSafe, T4: UnwindSafe, T5: UnwindSafe, T6: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.