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