Struct ethjson::spec::null_engine::NullEngine[][src]

pub struct NullEngine {
    pub params: NullEngineParams,
}

Null engine descriptor

Fields

Ethash params.

Trait Implementations

impl Debug for NullEngine
[src]

Formats the value using the given formatter. Read more

impl PartialEq for NullEngine
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for NullEngine

impl Sync for NullEngine