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