Struct ethjson::spec::state::State   [−][src]
pub struct State(_);
Blockchain test state deserializer.
Methods
impl State[src] 
impl Statepub fn builtins(&self) -> BTreeMap<Address, Builtin>[src] 
pub fn builtins(&self) -> BTreeMap<Address, Builtin>Returns all builtins.
pub fn constructors(&self) -> BTreeMap<Address, Bytes>[src] 
pub fn constructors(&self) -> BTreeMap<Address, Bytes>Returns all constructors.
Trait Implementations
impl Debug for State[src] 
impl Debug for Statefn 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 State[src] 
impl PartialEq for Statefn eq(&self, other: &State) -> bool[src] 
fn eq(&self, other: &State) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &State) -> bool[src] 
fn ne(&self, other: &State) -> boolThis method tests for !=.
impl IntoIterator for State[src] 
impl IntoIterator for Statetype Item = <BTreeMap<Address, Account> as IntoIterator>::Item
The type of the elements being iterated over.
type IntoIter = <BTreeMap<Address, Account> as IntoIterator>::IntoIter
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter[src] 
fn into_iter(self) -> Self::IntoIterCreates an iterator from a value. Read more