Enum grid_sim::world::builder::InitialState [] [src]

pub enum InitialState {
    Blank(CellState),
    Random,
    Ordered(Vec<(u64, u64)>),
    Library(Design),
    Lambda,
}

Variants

Trait Implementations

impl Clone for InitialState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for InitialState
[src]

The associated error which can be returned from parsing.

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