Enum simmons_rooms::View [] [src]

pub enum View {
    Boston,
    Cambridge,
}

The view a room has.

Variants

A view of Boston.

A view of Cambridge.

Trait Implementations

impl Clone for View
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for View
[src]

Formats the value using the given formatter.

impl Eq for View
[src]

impl PartialEq for View
[src]

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

This method tests for !=.