Enum dia_semver::PreRelease[][src]

pub enum PreRelease {
    Alpha,
    Beta,
    RC,
    Other,
}

Pre-release.

Some common pre-release phrases. Note that their string representation is in lower-case.

You can get this by Semver.parse_pre_release().

Variants

Trait Implementations

impl Debug for PreRelease
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PreRelease
[src]

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

This method tests for !=.

impl Eq for PreRelease
[src]

impl Display for PreRelease
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PreRelease

impl Sync for PreRelease