Enum beerxml::data::MiscType []

pub enum MiscType {
    Spice,
    Fining,
    WaterAgent,
    Herb,
    Flavor,
    Other,
}

misc type

Variants

a spice

a fining agent

a water agent

a herb

a flavor

an other misc item

Trait Implementations

impl ToString for MiscType

Converts the given value to a String. Read more

impl FromStr for MiscType

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

Formats the value using the given formatter.

impl Default for MiscType
[src]

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