Struct ethcore::pod_state::PodState[][src]

pub struct PodState(_);

State of all accounts in the system expressed in Plain Old Data.

Methods

impl PodState
[src]

Contruct a new object from the m.

Contruct a new object from the m.

Get the underlying map.

Get the root hash of the trie of the RLP of this.

Drain object to get the underlying map.

Trait Implementations

impl Debug for PodState
[src]

Formats the value using the given formatter. Read more

impl Clone for PodState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PodState
[src]

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

This method tests for !=.

impl Eq for PodState
[src]

impl Default for PodState
[src]

Returns the "default value" for a type. Read more

impl From<State> for PodState
[src]

Performs the conversion.

impl From<State> for PodState
[src]

Performs the conversion.

impl Display for PodState
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PodState

impl Sync for PodState