[][src]Struct elrond_wasm::io::arg_loader_endpoint::DynEndpointArgLoader

pub struct DynEndpointArgLoader<'a, A, BigInt, BigUint> where
    BigUint: BigUintApi + 'static,
    BigInt: BigIntApi<BigUint> + 'static,
    A: ContractIOApi<BigInt, BigUint> + 'a, 
{ /* fields omitted */ }

Implementations

impl<'a, A, BigInt, BigUint> DynEndpointArgLoader<'a, A, BigInt, BigUint> where
    BigUint: BigUintApi + 'static,
    BigInt: BigIntApi<BigUint> + 'static,
    A: ContractIOApi<BigInt, BigUint> + 'a, 
[src]

pub fn new(api: &'a A) -> Self[src]

Trait Implementations

impl<'a, A, BigInt, BigUint, T> DynArgLoader<T> for DynEndpointArgLoader<'a, A, BigInt, BigUint> where
    T: Decode,
    BigUint: BigUintApi + 'static,
    BigInt: BigIntApi<BigUint> + 'static,
    A: ContractIOApi<BigInt, BigUint> + 'static, 
[src]

Auto Trait Implementations

impl<'a, A, BigInt, BigUint> Send for DynEndpointArgLoader<'a, A, BigInt, BigUint> where
    A: Sync,
    BigInt: Send,
    BigUint: Send

impl<'a, A, BigInt, BigUint> Sync for DynEndpointArgLoader<'a, A, BigInt, BigUint> where
    A: Sync,
    BigInt: Sync,
    BigUint: Sync

impl<'a, A, BigInt, BigUint> Unpin for DynEndpointArgLoader<'a, A, BigInt, BigUint> where
    BigInt: Unpin,
    BigUint: Unpin

Blanket Implementations

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

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

impl<T> BorrowMut<T> for T where
    T: ?Sized
[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.