Struct ethjson::blockchain::state::State [−][src]
pub struct State(_);
Blockchain test state deserializer.
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 Clone for State[src]
impl Clone for Statefn clone(&self) -> State[src]
fn clone(&self) -> StateReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
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