Struct ethjson::state::test::PostStateIndexes [−][src]
State test indexes deserialization.
Fields
data: u64
Index into transaction data set.
gas: u64
Index into transaction gas limit set.
value: u64
Index into transaction value set.
Trait Implementations
impl Debug for PostStateIndexes[src]
impl Debug for PostStateIndexesfn 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 PostStateIndexes[src]
impl PartialEq for PostStateIndexesfn eq(&self, other: &PostStateIndexes) -> bool[src]
fn eq(&self, other: &PostStateIndexes) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &PostStateIndexes) -> bool[src]
fn ne(&self, other: &PostStateIndexes) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for PostStateIndexes
impl Send for PostStateIndexesimpl Sync for PostStateIndexes
impl Sync for PostStateIndexes