Enum ethcore::client::ChainRouteType [] [src]

pub enum ChainRouteType {
    Enacted,
    Retracted,
}

Route type to indicate whether it is enacted or retracted.

Variants

Enacted block

Retracted block

Trait Implementations

impl Clone for ChainRouteType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ChainRouteType

impl Sync for ChainRouteType