Enum foreman::Profile [] [src]

pub enum Profile {
    Debug,
    Release,
}

A compilation profile (see cargo docs)

Variants

Not release mode

Release mode

Trait Implementations

impl PartialEq for Profile
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Profile
[src]

impl Debug for Profile
[src]

[src]

Formats the value using the given formatter.

impl FromStr for Profile
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more