Enum ethcore_rpc::v1::types::ReleaseTrack [] [src]

pub enum ReleaseTrack {
    Stable,
    Beta,
    Nightly,
    Testing,
    Unknown,
}

A release's track.

Variants

Stable track.

Beta track.

Nightly track.

Testing track.

No known track.

Trait Implementations

impl PartialEq for ReleaseTrack
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for ReleaseTrack
[src]

Formats the value using the given formatter.