Enum rgs_models::Status [] [src]

pub enum Status {
    Unspecified,
    Up,
    Down,
}

Variants

Trait Implementations

impl Clone for Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Status
[src]

impl Debug for Status
[src]

Formats the value using the given formatter.

impl PartialEq for Status
[src]

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

This method tests for !=.

impl Eq for Status
[src]

impl Default for Status
[src]

Returns the "default value" for a type. Read more