Struct ethjson::blockchain::test::Test[][src]

pub struct Test(_);

Blockchain test deserializer.

Methods

impl Test
[src]

Loads test from json.

Trait Implementations

impl Debug for Test
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Test
[src]

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

This method tests for !=.

impl IntoIterator for Test
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl Send for Test

impl Sync for Test