Enum grid_sim::world::rules::Rulesets [] [src]

pub enum Rulesets {
    Custom,
    Conway,
    ConwayEasy,
    ConwayVeryEasy,
    Decay,
}

Variants

Methods

impl Rulesets
[src]

Trait Implementations

impl Clone for Rulesets
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Rulesets
[src]

The associated error which can be returned from parsing.

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