Struct ethjson::state::test::PostStateIndexes[][src]

pub struct PostStateIndexes {
    pub data: u64,
    pub gas: u64,
    pub value: u64,
}

State test indexes deserialization.

Fields

Index into transaction data set.

Index into transaction gas limit set.

Index into transaction value set.

Trait Implementations

impl Debug for PostStateIndexes
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PostStateIndexes
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for PostStateIndexes

impl Sync for PostStateIndexes