Struct ethjson::state::test::PostStateResult [−][src]
pub struct PostStateResult {
pub hash: H256,
pub indexes: PostStateIndexes,
}State test indexed state result deserialization.
Fields
hash: H256
Post state hash
indexes: PostStateIndexes
Indexes
Trait Implementations
impl Debug for PostStateResult[src]
impl Debug for PostStateResultfn 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 PostStateResult[src]
impl PartialEq for PostStateResultfn eq(&self, other: &PostStateResult) -> bool[src]
fn eq(&self, other: &PostStateResult) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &PostStateResult) -> bool[src]
fn ne(&self, other: &PostStateResult) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for PostStateResult
impl Send for PostStateResultimpl Sync for PostStateResult
impl Sync for PostStateResult