Enum vm_genesis::GenesisOptions
source · pub enum GenesisOptions {
Compiled,
Fresh,
}
Expand description
An enum specifying whether the compiled stdlib/scripts should be used or freshly built versions should be used.
Variants§
Trait Implementations§
source§impl Debug for GenesisOptions
impl Debug for GenesisOptions
source§impl PartialEq<GenesisOptions> for GenesisOptions
impl PartialEq<GenesisOptions> for GenesisOptions
source§fn eq(&self, other: &GenesisOptions) -> bool
fn eq(&self, other: &GenesisOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for GenesisOptions
impl StructuralEq for GenesisOptions
impl StructuralPartialEq for GenesisOptions
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§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.