Enum vm_genesis::GenesisOptions [−][src]
pub enum GenesisOptions {
Compiled,
Fresh,
Experimental,
}Expand description
An enum specifying whether the compiled stdlib/scripts should be used or freshly built versions should be used.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GenesisOptions
impl Send for GenesisOptions
impl Sync for GenesisOptions
impl Unpin for GenesisOptions
impl UnwindSafe for GenesisOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self