Enum beerxml::data::HopUse []

pub enum HopUse {
    Aroma,
    Boil,
    DryHop,
    FirstWort,
    Mash,
}

the usage of the hop

Variants

aroma hop usage

boil hop usage

dry-hop hop usage

first wort hop usage

mash hop usage

Trait Implementations

impl ToString for HopUse

Converts the given value to a String. Read more

impl FromStr for HopUse

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 HopUse
[src]

Formats the value using the given formatter.

impl Default for HopUse
[src]

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