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
Primary controller should be used
Secondary
Secondary controller should be used
Trait Implementations
impl Clone for ConfigureController
[src]
impl Clone for ConfigureController
fn clone(&self) -> ConfigureController
[src]
fn clone(&self) -> ConfigureController
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for ConfigureController
[src]
impl Copy for ConfigureController
impl Eq for ConfigureController
[src]
impl Eq for ConfigureController
impl PartialEq for ConfigureController
[src]
impl PartialEq for ConfigureController
fn eq(&self, other: &ConfigureController) -> bool
[src]
fn eq(&self, other: &ConfigureController) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Debug for ConfigureController
[src]
impl Debug for ConfigureController
Auto Trait Implementations
impl Send for ConfigureController
impl Send for ConfigureController
impl Sync for ConfigureController
impl Sync for ConfigureController