pub enum Section {
Assurances,
Codec,
Pvm,
Safrole,
Statistics,
Authorizations,
Disputes,
History,
Preimages,
Reports,
Shuffle,
Trie,
}
Expand description
A section of the test vectors
Variants§
Assurances
The assurances section
Codec
The codec section
Pvm
The pvm section
Safrole
The safrole section
Statistics
The statistics section
Authorizations
The authorizations section
Disputes
The disputes section
History
The history section
Preimages
The preimages section
Reports
The reports section
Shuffle
The shuffle section
Trie
The trie section
Implementations§
Trait Implementations§
impl Copy for Section
impl Eq for Section
impl StructuralPartialEq for Section
Auto Trait Implementations§
impl Freeze for Section
impl RefUnwindSafe for Section
impl Send for Section
impl Sync for Section
impl Unpin for Section
impl UnwindSafe for Section
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more