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