Struct ethjson::spec::builtin::Builtin [−][src]
Spec builtin.
Fields
name: String
Builtin name.
pricing: Pricing
Builtin pricing.
activate_at: Option<Uint>
Activation block.
Trait Implementations
impl Debug for Builtin[src]
impl Debug for Builtinfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Builtin[src]
impl PartialEq for Builtinfn eq(&self, other: &Builtin) -> bool[src]
fn eq(&self, other: &Builtin) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Builtin) -> bool[src]
fn ne(&self, other: &Builtin) -> boolThis method tests for !=.
impl Clone for Builtin[src]
impl Clone for Builtin