Struct ethjson::trie::Input[][src]

pub struct Input {
    pub data: BTreeMap<Bytes, Option<Bytes>>,
}

Trie test input.

Fields

Input params.

Trait Implementations

impl Debug for Input
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Input
[src]

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

This method tests for !=.

impl<'a> Deserialize<'a> for Input
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Input

impl Sync for Input