[−][src]Enum evmc_sys::evmc_revision
EVM revision.
The revision of the EVM specification based on the Ethereum upgrade / hard fork codenames.
Variants
The Frontier revision.
The one Ethereum launched with.
The Homestead revision.
https://eips.ethereum.org/EIPS/eip-606
The Tangerine Whistle revision.
https://eips.ethereum.org/EIPS/eip-608
The Spurious Dragon revision.
https://eips.ethereum.org/EIPS/eip-607
The Byzantium revision.
https://eips.ethereum.org/EIPS/eip-609
The Constantinople revision.
https://eips.ethereum.org/EIPS/eip-1013
The Petersburg revision.
Other names: Constantinople2, ConstantinopleFix.
https://eips.ethereum.org/EIPS/eip-1716
The Istanbul revision.
The spec draft: https://eips.ethereum.org/EIPS/eip-1679.
The Berlin revision.
The spec draft: https://eips.ethereum.org/EIPS/eip-2070.
Implementations
impl evmc_revision
[src]
pub const EVMC_MAX_REVISION: evmc_revision
[src]
Trait Implementations
impl Clone for evmc_revision
[src]
fn clone(&self) -> evmc_revision
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for evmc_revision
[src]
impl Debug for evmc_revision
[src]
impl Eq for evmc_revision
[src]
impl Hash for evmc_revision
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<evmc_revision> for evmc_revision
[src]
fn eq(&self, other: &evmc_revision) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralEq for evmc_revision
[src]
impl StructuralPartialEq for evmc_revision
[src]
Auto Trait Implementations
impl RefUnwindSafe for evmc_revision
impl Send for evmc_revision
impl Sync for evmc_revision
impl Unpin for evmc_revision
impl UnwindSafe for evmc_revision
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,