Enum grid_sim::world::rules::input_cells::InputCells [] [src]

pub enum InputCells {
    Custom(Vec<(i8, i8)>),
    Neighbors,
    NoCorners,
    CornersOnly,
    FarOnly,
    FarAlso,
    FarCornersOnly,
}

Variants

Methods

impl InputCells
[src]

Trait Implementations

impl Clone for InputCells
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for InputCells
[src]

The associated error which can be returned from parsing.

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