Enum openethereum::params::SpecType
source · [−]pub enum SpecType {
Show 18 variants
Foundation,
Poanet,
Xdai,
Volta,
Ewc,
Musicoin,
Ellaism,
Mix,
Callisto,
Morden,
Ropsten,
Kovan,
Rinkeby,
Goerli,
Sokol,
Yolo3,
Dev,
Custom(String),
}
Variants
Foundation
Poanet
Xdai
Volta
Ewc
Musicoin
Ellaism
Mix
Callisto
Morden
Ropsten
Kovan
Rinkeby
Goerli
Sokol
Yolo3
Dev
Custom(String)
Implementations
Trait Implementations
impl StructuralPartialEq for SpecType
Auto Trait Implementations
impl RefUnwindSafe for SpecType
impl Send for SpecType
impl Sync for SpecType
impl Unpin for SpecType
impl UnwindSafe for SpecType
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