Enum ethcore::client::EachBlockWith
[−]
[src]
pub enum EachBlockWith {
Nothing,
Uncle,
Transaction,
UncleAndTransaction,
}Used for generating test client blocks.
Variants
NothingPlain block.
UncleBlock with an uncle.
TransactionBlock with a transaction.
UncleAndTransactionBlock with an uncle and transaction.
Trait Implementations
impl Clone for EachBlockWith[src]
impl Clone for EachBlockWithfn clone(&self) -> EachBlockWith[src]
fn clone(&self) -> EachBlockWithReturns 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 EachBlockWithimpl Sync for EachBlockWith
impl Sync for EachBlockWith