Struct ethjson::spec::null_engine::NullEngine [−][src]
pub struct NullEngine {
pub params: NullEngineParams,
}Null engine descriptor
Fields
params: NullEngineParams
Ethash params.
Trait Implementations
impl Debug for NullEngine[src]
impl Debug for NullEnginefn 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 NullEngine[src]
impl PartialEq for NullEnginefn eq(&self, other: &NullEngine) -> bool[src]
fn eq(&self, other: &NullEngine) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &NullEngine) -> bool[src]
fn ne(&self, other: &NullEngine) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for NullEngine
impl Send for NullEngineimpl Sync for NullEngine
impl Sync for NullEngine