Enum ethcore::spec::OptimizeFor[][src]

pub enum OptimizeFor {
    Cpu,
    Memory,
}

Variants

Trait Implementations

impl Default for OptimizeFor
[src]

Returns the "default value" for a type. Read more

impl Copy for OptimizeFor
[src]

impl Eq for OptimizeFor
[src]

impl PartialEq<OptimizeFor> for OptimizeFor
[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 OptimizeFor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OptimizeFor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OptimizeFor

impl Sync for OptimizeFor