Enum ethcore::client::ChainRouteType
[−]
[src]
pub enum ChainRouteType { Enacted, Retracted, }
Route type to indicate whether it is enacted or retracted.
Variants
Enacted
Enacted block
Retracted
Retracted block
Trait Implementations
impl Clone for ChainRouteType
[src]
impl Clone for ChainRouteType
fn clone(&self) -> ChainRouteType
[src]
fn clone(&self) -> ChainRouteType
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 ChainRouteType
impl Send for ChainRouteType
impl Sync for ChainRouteType
impl Sync for ChainRouteType