Struct frame_metadata::ModuleMetadata [−][src]
pub struct ModuleMetadata { pub name: DecodeDifferent<&'static str, String>, pub storage: Option<DecodeDifferent<FnEncode<StorageMetadata>, StorageMetadata>>, pub calls: Option<DecodeDifferent<FnEncode<&'static [FunctionMetadata]>, Vec<FunctionMetadata>>>, pub event: Option<DecodeDifferent<FnEncode<&'static [EventMetadata]>, Vec<EventMetadata>>>, pub constants: DecodeDifferent<FnEncode<&'static [ModuleConstantMetadata]>, Vec<ModuleConstantMetadata>>, pub errors: DecodeDifferent<FnEncode<&'static [ErrorMetadata]>, Vec<ErrorMetadata>>, pub index: u8, }
All metadata about an runtime module.
Fields
name: DecodeDifferent<&'static str, String>
storage: Option<DecodeDifferent<FnEncode<StorageMetadata>, StorageMetadata>>
calls: Option<DecodeDifferent<FnEncode<&'static [FunctionMetadata]>, Vec<FunctionMetadata>>>
event: Option<DecodeDifferent<FnEncode<&'static [EventMetadata]>, Vec<EventMetadata>>>
constants: DecodeDifferent<FnEncode<&'static [ModuleConstantMetadata]>, Vec<ModuleConstantMetadata>>
errors: DecodeDifferent<FnEncode<&'static [ErrorMetadata]>, Vec<ErrorMetadata>>
index: u8
Define the index of the module, this index will be used for the encoding of module event, call and origin variants.
Trait Implementations
impl Clone for ModuleMetadata
[src]
impl Clone for ModuleMetadata
[src]fn clone(&self) -> ModuleMetadata
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Decode for ModuleMetadata
[src]
impl Decode for ModuleMetadata
[src]impl Encode for ModuleMetadata
[src]
impl Encode for ModuleMetadata
[src]fn encode_to<__CodecOutputEdqy: Output + ?Sized>(
&self,
__codec_dest_edqy: &mut __CodecOutputEdqy
)
[src]
&self,
__codec_dest_edqy: &mut __CodecOutputEdqy
)
pub fn size_hint(&self) -> usize
[src]
pub fn encode(&self) -> Vec<u8, Global>
[src]
pub fn using_encoded<R, F>(&self, f: F) -> R where
F: FnOnce(&[u8]) -> R,
[src]
F: FnOnce(&[u8]) -> R,
pub fn encoded_size(&self) -> usize
[src]
impl PartialEq<ModuleMetadata> for ModuleMetadata
[src]
impl PartialEq<ModuleMetadata> for ModuleMetadata
[src]fn eq(&self, other: &ModuleMetadata) -> bool
[src]
fn ne(&self, other: &ModuleMetadata) -> bool
[src]
impl Serialize for ModuleMetadata
[src]
impl Serialize for ModuleMetadata
[src]impl EncodeLike<ModuleMetadata> for ModuleMetadata
[src]
impl Eq for ModuleMetadata
[src]
impl StructuralEq for ModuleMetadata
[src]
impl StructuralPartialEq for ModuleMetadata
[src]
Auto Trait Implementations
impl !RefUnwindSafe for ModuleMetadata
impl Send for ModuleMetadata
impl Sync for ModuleMetadata
impl Unpin for ModuleMetadata
impl !UnwindSafe for ModuleMetadata
Blanket Implementations
impl<T> DecodeLimit for T where
T: Decode,
[src]
impl<T> DecodeLimit for T where
T: Decode,
[src]impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(self) -> T
[src]
impl<S> Codec for S where
S: Decode + Encode,
[src]
S: Decode + Encode,
impl<'_, '_, T> EncodeLike<&'_ &'_ T> for T where
T: Encode,
[src]
T: Encode,
impl<'_, T> EncodeLike<&'_ T> for T where
T: Encode,
[src]
T: Encode,
impl<'_, T> EncodeLike<&'_ mut T> for T where
T: Encode,
[src]
T: Encode,
impl<T> EncodeLike<Arc<T>> for T where
T: Encode,
[src]
T: Encode,
impl<T> EncodeLike<Box<T, Global>> for T where
T: Encode,
[src]
T: Encode,
impl<'a, T> EncodeLike<Cow<'a, T>> for T where
T: ToOwned + Encode,
[src]
T: ToOwned + Encode,
impl<T> EncodeLike<Rc<T>> for T where
T: Encode,
[src]
T: Encode,
impl<S> FullCodec for S where
S: Decode + FullEncode,
[src]
S: Decode + FullEncode,
impl<S> FullEncode for S where
S: Encode + EncodeLike<S>,
[src]
S: Encode + EncodeLike<S>,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,