Enum osu_format::BeatmapMode [] [src]

pub enum BeatmapMode {
    Standard,
    Taiko,
    CatchTheBeat,
    Mania,
}

Variants

Trait Implementations

impl Debug for BeatmapMode
[src]

Formats the value using the given formatter.

impl Default for BeatmapMode
[src]

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

impl FromStr for BeatmapMode
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more