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]
impl Clone for EachBlockWith
fn clone(&self) -> EachBlockWith
[src]
fn clone(&self) -> EachBlockWith
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for EachBlockWith
impl Send for EachBlockWith
impl Sync for EachBlockWith
impl Sync for EachBlockWith