Enum beerxml::data::MiscUse []

pub enum MiscUse {
    Boil,
    Mash,
    Primary,
    Secondary,
    Bottling,
}

usage for a misc item

Variants

use in boil

use in mash

use in primary fermenter

use in secondary fermenter

use at bottling

Trait Implementations

impl ToString for MiscUse

Converts the given value to a String. Read more

impl FromStr for MiscUse

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

Formats the value using the given formatter.

impl Default for MiscUse
[src]

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