Struct ethjson::spec::null_engine::NullEngineParams [−][src]
Authority params deserialization.
Fields
block_reward: Option<Uint>
Block reward.
Trait Implementations
impl Debug for NullEngineParams[src]
impl Debug for NullEngineParamsfn 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 NullEngineParams[src]
impl PartialEq for NullEngineParamsfn eq(&self, other: &NullEngineParams) -> bool[src]
fn eq(&self, other: &NullEngineParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &NullEngineParams) -> bool[src]
fn ne(&self, other: &NullEngineParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for NullEngineParams
impl Send for NullEngineParamsimpl Sync for NullEngineParams
impl Sync for NullEngineParams