Enum ethjson::test::TestChainSpec
source · [−]pub enum TestChainSpec {
Foundation,
ByzantiumTest,
FrontierTest,
HomesteadTest,
}
Expand description
Chain spec used in tests
Variants
Foundation
Foundation
ByzantiumTest
ByzantiumTest
FrontierTest
FrontierTest
HomesteadTest
HomesteadTest
Trait Implementations
sourceimpl Debug for TestChainSpec
impl Debug for TestChainSpec
sourceimpl<'de> Deserialize<'de> for TestChainSpec
impl<'de> Deserialize<'de> for TestChainSpec
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<TestChainSpec> for TestChainSpec
impl PartialEq<TestChainSpec> for TestChainSpec
impl StructuralPartialEq for TestChainSpec
Auto Trait Implementations
impl RefUnwindSafe for TestChainSpec
impl Send for TestChainSpec
impl Sync for TestChainSpec
impl Unpin for TestChainSpec
impl UnwindSafe for TestChainSpec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more