Enum beerxml::data::HopType []

pub enum HopType {
    Bittering,
    Aroma,
    Both,
}

the type of a hop

Variants

a bittering hop

an aroma hop

a dual-purpose hop

Trait Implementations

impl ToString for HopType

Converts the given value to a String. Read more

impl FromStr for HopType

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

Formats the value using the given formatter.