Enum ethcore::client::EachBlockWith[][src]

pub enum EachBlockWith {
    Nothing,
    Uncle,
    Transaction,
    UncleAndTransaction,
}

Used for generating test client blocks.

Variants

Plain block.

Block with an uncle.

Block with a transaction.

Block with an uncle and transaction.

Trait Implementations

impl Clone for EachBlockWith
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for EachBlockWith

impl Sync for EachBlockWith