Enum beerxml::data::YeastForm []

pub enum YeastForm {
    Liquid,
    Dry,
    Slate,
    Culture,
}

the form of the yeast

Variants

liquid yeast

dry yeast

slated yeast

a yeast culture

Trait Implementations

impl ToString for YeastForm

Converts the given value to a String. Read more

impl FromStr for YeastForm

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

Formats the value using the given formatter.

impl Default for YeastForm
[src]

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