[][src]Struct elrond_wasm::io::finish::MultiResult13

pub struct MultiResult13<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(pub (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12));

Trait Implementations

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> AsyncCallArg for MultiResult13<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> where
    T0: AsyncCallArg,
    T1: AsyncCallArg,
    T2: AsyncCallArg,
    T3: AsyncCallArg,
    T4: AsyncCallArg,
    T5: AsyncCallArg,
    T6: AsyncCallArg,
    T7: AsyncCallArg,
    T8: AsyncCallArg,
    T9: AsyncCallArg,
    T10: AsyncCallArg,
    T11: AsyncCallArg,
    T12: AsyncCallArg
[src]

impl<'a, A, BigInt, BigUint, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> EndpointResult<'a, A, BigInt, BigUint> for MultiResult13<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> where
    T0: EndpointResult<'a, A, BigInt, BigUint>,
    T1: EndpointResult<'a, A, BigInt, BigUint>,
    T2: EndpointResult<'a, A, BigInt, BigUint>,
    T3: EndpointResult<'a, A, BigInt, BigUint>,
    T4: EndpointResult<'a, A, BigInt, BigUint>,
    T5: EndpointResult<'a, A, BigInt, BigUint>,
    T6: EndpointResult<'a, A, BigInt, BigUint>,
    T7: EndpointResult<'a, A, BigInt, BigUint>,
    T8: EndpointResult<'a, A, BigInt, BigUint>,
    T9: EndpointResult<'a, A, BigInt, BigUint>,
    T10: EndpointResult<'a, A, BigInt, BigUint>,
    T11: EndpointResult<'a, A, BigInt, BigUint>,
    T12: EndpointResult<'a, A, BigInt, BigUint>,
    BigInt: BigIntApi<BigUint> + 'static,
    BigUint: BigUintApi + 'static,
    A: ContractHookApi<BigInt, BigUint> + ContractIOApi<BigInt, BigUint> + 'a, 
[src]

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> From<(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)> for MultiResult13<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>[src]

Auto Trait Implementations

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Send for MultiResult13<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> where
    T0: Send,
    T1: Send,
    T10: Send,
    T11: Send,
    T12: Send,
    T2: Send,
    T3: Send,
    T4: Send,
    T5: Send,
    T6: Send,
    T7: Send,
    T8: Send,
    T9: Send

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Sync for MultiResult13<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> where
    T0: Sync,
    T1: Sync,
    T10: Sync,
    T11: Sync,
    T12: Sync,
    T2: Sync,
    T3: Sync,
    T4: Sync,
    T5: Sync,
    T6: Sync,
    T7: Sync,
    T8: Sync,
    T9: Sync

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Unpin for MultiResult13<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> where
    T0: Unpin,
    T1: Unpin,
    T10: Unpin,
    T11: Unpin,
    T12: Unpin,
    T2: Unpin,
    T3: Unpin,
    T4: Unpin,
    T5: Unpin,
    T6: Unpin,
    T7: Unpin,
    T8: Unpin,
    T9: Unpin

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> AsyncCallArg for T where
    T: Encode
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<'a, A, BigInt, BigUint, T> EndpointResult<'a, A, BigInt, BigUint> for T where
    A: ContractHookApi<BigInt, BigUint> + ContractIOApi<BigInt, BigUint> + 'a,
    BigInt: BigIntApi<BigUint> + 'static,
    BigUint: BigUintApi + 'static,
    T: Encode
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.