Enum simmons_rooms::BathroomLocation [] [src]

pub enum BathroomLocation {
    Interior,
    Hallway,
    InSuite,
}

Where a bathroom is located.

Variants

The bathroom is in the room.

The bathroom is in the hallway.

The bathroom is in the suite.

Trait Implementations

impl Clone for BathroomLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BathroomLocation
[src]

Formats the value using the given formatter.

impl Eq for BathroomLocation
[src]

impl PartialEq for BathroomLocation
[src]

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

This method tests for !=.