Struct frame_metadata::v14::PalletErrorMetadata
source · [−]Expand description
Metadata about a pallet error.
Fields
ty: T::Type
The error type information.
Trait Implementations
type Output = PalletErrorMetadata<PortableForm>
type Output = PalletErrorMetadata<PortableForm>
The portable version of Self
.
Convert self
to the portable form by using the registry for caching.
impl<T: PartialEq + Form> PartialEq<PalletErrorMetadata<T>> for PalletErrorMetadata<T> where
T::Type: PartialEq,
impl<T: PartialEq + Form> PartialEq<PalletErrorMetadata<T>> for PalletErrorMetadata<T> where
T::Type: PartialEq,
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
impl<T: Form> EncodeLike<PalletErrorMetadata<T>> for PalletErrorMetadata<T> where
T::Type: Encode,
T::Type: Encode,
Auto Trait Implementations
impl<T> RefUnwindSafe for PalletErrorMetadata<T> where
<T as Form>::Type: RefUnwindSafe,
impl<T> Send for PalletErrorMetadata<T> where
<T as Form>::Type: Send,
impl<T> Sync for PalletErrorMetadata<T> where
<T as Form>::Type: Sync,
impl<T> Unpin for PalletErrorMetadata<T> where
<T as Form>::Type: Unpin,
impl<T> UnwindSafe for PalletErrorMetadata<T> where
<T as Form>::Type: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more