Enum beerxml::data::FermentableType []

pub enum FermentableType {
    Grain,
    Sugar,
    Extract,
    DryExtract,
    Adjunct,
}

a fermentable type

Variants

grain

sugar

liquid extract

dry extract

adjunct

Trait Implementations

impl ToString for FermentableType

Converts the given value to a String. Read more

impl FromStr for FermentableType

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

Formats the value using the given formatter.

impl Default for FermentableType
[src]

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