Enum beerxml::data::YeastFlocculation []

pub enum YeastFlocculation {
    Low,
    Medium,
    High,
    VeryHigh,
}

flocculation of a yeast

Variants

low flocculation

medium flocculation

high flocculation

very flocculation

Trait Implementations

impl ToString for YeastFlocculation

Converts the given value to a String. Read more

impl FromStr for YeastFlocculation

The associated error which can be returned from parsing.

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

impl Debug for YeastFlocculation
[src]

Formats the value using the given formatter.

impl Default for YeastFlocculation
[src]

Returns the "default value" for a type. Read more