Struct arret_runtime::abitype::ParamAbiType[][src]

pub struct ParamAbiType {
    pub abi_type: AbiType,
    pub capture: ParamCapture,
}

Fields

abi_type: AbiTypecapture: ParamCapture

Trait Implementations

impl Clone for ParamAbiType[src]

impl Debug for ParamAbiType[src]

impl From<AbiType> for ParamAbiType[src]

impl From<BoxedAbiType> for ParamAbiType[src]

impl From<TypeTag> for ParamAbiType[src]

impl Hash for ParamAbiType[src]

impl PartialEq<ParamAbiType> for ParamAbiType[src]

impl Eq for ParamAbiType[src]

impl StructuralEq for ParamAbiType[src]

impl StructuralPartialEq for ParamAbiType[src]

Auto Trait Implementations

impl RefUnwindSafe for ParamAbiType

impl Send for ParamAbiType

impl Sync for ParamAbiType

impl Unpin for ParamAbiType

impl UnwindSafe for ParamAbiType

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> HashInHeap for T where
    T: Hash
[src]

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

impl<T> PartialEqInHeap for T where
    T: PartialEq<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.