Enum ethcore::client::EachBlockWith
[−]
[src]
pub enum EachBlockWith { Nothing, Uncle, Transaction, UncleAndTransaction, }
Used for generating test client blocks.
Variants
Nothing
Plain block.
Uncle
Block with an uncle.
Transaction
Block with a transaction.
UncleAndTransaction
Block with an uncle and transaction.
Trait Implementations
impl Clone for EachBlockWith
[src]
fn clone(&self) -> EachBlockWith
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more