Enum frame_metadata::RuntimeMetadata [−][src]
pub enum RuntimeMetadata {
Show 15 variants
V0(RuntimeMetadataDeprecated),
V1(RuntimeMetadataDeprecated),
V2(RuntimeMetadataDeprecated),
V3(RuntimeMetadataDeprecated),
V4(RuntimeMetadataDeprecated),
V5(RuntimeMetadataDeprecated),
V6(RuntimeMetadataDeprecated),
V7(RuntimeMetadataDeprecated),
V8(OpaqueMetadata),
V9(OpaqueMetadata),
V10(OpaqueMetadata),
V11(OpaqueMetadata),
V12(OpaqueMetadata),
V13(OpaqueMetadata),
V14(RuntimeMetadataV14),
}Expand description
The metadata of a runtime.
The version ID encoded/decoded through
the enum nature of RuntimeMetadata.
Variants
Unused; enum filler.
Tuple Fields of V0
Version 1 for runtime metadata. No longer used.
Tuple Fields of V1
Version 2 for runtime metadata. No longer used.
Tuple Fields of V2
Version 3 for runtime metadata. No longer used.
Tuple Fields of V3
Version 4 for runtime metadata. No longer used.
Tuple Fields of V4
Version 5 for runtime metadata. No longer used.
Tuple Fields of V5
Version 6 for runtime metadata. No longer used.
Tuple Fields of V6
Version 7 for runtime metadata. No longer used.
Tuple Fields of V7
V8(OpaqueMetadata)Version 8 for runtime metadata, as raw encoded bytes.
Tuple Fields of V8
V9(OpaqueMetadata)Version 9 for runtime metadata, as raw encoded bytes.
Tuple Fields of V9
V10(OpaqueMetadata)Version 10 for runtime metadata, as raw encoded bytes.
Tuple Fields of V10
V11(OpaqueMetadata)Version 11 for runtime metadata, as raw encoded bytes.
Tuple Fields of V11
V12(OpaqueMetadata)Version 12 for runtime metadata, as raw encoded bytes.
Tuple Fields of V12
V13(OpaqueMetadata)Version 13 for runtime metadata, as raw encoded bytes.
Tuple Fields of V13
V14(RuntimeMetadataV14)Version 14 for runtime metadata.
Tuple Fields of V14
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.