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