Enum arret_runtime::abitype::RetAbiType[][src]

pub enum RetAbiType {
    Void,
    Never,
    Inhabited(AbiType),
}

Variants

Void
Never
Inhabited(AbiType)

Trait Implementations

impl Clone for RetAbiType[src]

impl Debug for RetAbiType[src]

impl From<AbiType> for RetAbiType[src]

impl From<BoxedAbiType> for RetAbiType[src]

impl From<TypeTag> for RetAbiType[src]

impl Hash for RetAbiType[src]

impl PartialEq<RetAbiType> for RetAbiType[src]

impl Eq for RetAbiType[src]

impl StructuralEq for RetAbiType[src]

impl StructuralPartialEq for RetAbiType[src]

Auto Trait Implementations

impl RefUnwindSafe for RetAbiType

impl Send for RetAbiType

impl Sync for RetAbiType

impl Unpin for RetAbiType

impl UnwindSafe for RetAbiType

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.