Enum isis_ants_service::ConfigureController[][src]

pub enum ConfigureController {
    Primary,
    Secondary,
}

Input field for 'configureHardware' mutation

Sets which AntS microcontroller will be used to issue commands to the antennas

Variants

Primary controller should be used

Secondary controller should be used

Trait Implementations

impl Clone for ConfigureController
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ConfigureController
[src]

impl Eq for ConfigureController
[src]

impl PartialEq for ConfigureController
[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 ConfigureController
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ConfigureController

impl Sync for ConfigureController