Struct ethjson::trie::Input [−][src]
Trie test input.
Fields
data: BTreeMap<Bytes, Option<Bytes>>
Input params.
Trait Implementations
impl Debug for Input[src]
impl Debug for Inputfn 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 Input[src]
impl PartialEq for Inputfn eq(&self, other: &Input) -> bool[src]
fn eq(&self, other: &Input) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Input) -> bool[src]
fn ne(&self, other: &Input) -> boolThis method tests for !=.
impl<'a> Deserialize<'a> for Input[src]
impl<'a> Deserialize<'a> for Inputfn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'a>, [src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'a>, Deserialize this value from the given Serde deserializer. Read more