Struct ethjson::spec::builtin::Builtin[][src]

pub struct Builtin {
    pub name: String,
    pub pricing: Pricing,
    pub activate_at: Option<Uint>,
}

Spec builtin.

Fields

Builtin name.

Builtin pricing.

Activation block.

Trait Implementations

impl Debug for Builtin
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Builtin
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Builtin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Builtin

impl Sync for Builtin