Enum beerxml::data::HopForm []

pub enum HopForm {
    Pellet,
    Plug,
    Leaf,
}

the form of a hop

Variants

pellet hop

hop plugs

leaf hop

Trait Implementations

impl ToString for HopForm

Converts the given value to a String. Read more

impl FromStr for HopForm

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

Formats the value using the given formatter.