Struct frame_metadata::v14::PalletCallMetadata
source · [−]Expand description
Metadata for all calls in a pallet
Fields
ty: T::Type
The corresponding enum type for the pallet call.
Trait Implementations
type Output = PalletCallMetadata<PortableForm>
type Output = PalletCallMetadata<PortableForm>
The portable version of Self
.
Convert self
to the portable form by using the registry for caching.
impl<T: PartialEq + Form> PartialEq<PalletCallMetadata<T>> for PalletCallMetadata<T> where
T::Type: PartialEq,
impl<T: PartialEq + Form> PartialEq<PalletCallMetadata<T>> for PalletCallMetadata<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<PalletCallMetadata<T>> for PalletCallMetadata<T> where
T::Type: Encode,
T::Type: Encode,
Auto Trait Implementations
impl<T> RefUnwindSafe for PalletCallMetadata<T> where
<T as Form>::Type: RefUnwindSafe,
impl<T> Send for PalletCallMetadata<T> where
<T as Form>::Type: Send,
impl<T> Sync for PalletCallMetadata<T> where
<T as Form>::Type: Sync,
impl<T> Unpin for PalletCallMetadata<T> where
<T as Form>::Type: Unpin,
impl<T> UnwindSafe for PalletCallMetadata<T> where
<T as Form>::Type: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more