Enum evm_opcodes::Upgrade
source · 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
Auto Trait Implementations§
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