Enum isis_ants_service::PowerState[][src]

pub enum PowerState {
    On,
    Off,
    Reset,
}

Input field for 'controlPower' mutation and response field for 'power' query

Variants

System is on

System is off or unavailable

System will be reset

Trait Implementations

impl Clone for PowerState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for PowerState
[src]

impl PartialEq for PowerState
[src]

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

This method tests for !=.

impl Debug for PowerState
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PowerState

impl Sync for PowerState