Enum beerxml::data::RecipeType []

pub enum RecipeType {
    Extract,
    PartialMash,
    AllGrain,
}

recipe type

Variants

extract recipe

paritial mash recipe

all-grain recipe

Trait Implementations

impl ToString for RecipeType

Converts the given value to a String. Read more

impl FromStr for RecipeType

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

Formats the value using the given formatter.

impl Default for RecipeType
[src]

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