pub enum Upgrade {
Frontier,
Byzantium,
Constantinople,
Istanbul,
Berlin,
London,
Shanghai,
}
Expand description
Ethereum upgrades.
Variants§
Frontier
Frontier
Byzantium
Byzantium
Constantinople
Constantinople
Istanbul
Istanbul
Berlin
Berlin
London
London
Shanghai
Shanghai
Trait Implementations§
Source§impl Ord for Upgrade
impl Ord for Upgrade
Source§impl PartialOrd for Upgrade
impl PartialOrd for Upgrade
impl Copy for Upgrade
impl Eq for Upgrade
impl StructuralPartialEq for Upgrade
Auto Trait Implementations§
impl Freeze for Upgrade
impl RefUnwindSafe for Upgrade
impl Send for Upgrade
impl Sync for Upgrade
impl Unpin for Upgrade
impl UnwindSafe for Upgrade
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