Enum simmons_rooms::Curviness [] [src]

pub enum Curviness {
    Square,
    Minor,
    Major,
    Awful,
}

How curvy the walls in a room are.

Variants

The room is square.

The room has some curvy walls, but not too bad.

The room has significantly curvy walls.

The room has REALLY curvy walls.

Trait Implementations

impl Clone for Curviness
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Curviness
[src]

Formats the value using the given formatter.

impl Eq for Curviness
[src]

impl PartialEq for Curviness
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.