Enum beerxml::data::StyleType []

pub enum StyleType {
    Lager,
    Ale,
    Mead,
    Wheat,
    Mixed,
    Cider,
}

defines the type of beverage associated with this style

Variants

Lager beer

Ale beer

Mead

Wheat beer

Mixed style

Cider

Trait Implementations

impl ToString for StyleType

Converts the given value to a String. Read more

impl FromStr for StyleType

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

Formats the value using the given formatter.

impl Default for StyleType
[src]

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