Enum isis_ants_service::DeploymentStatus [−][src]
pub enum DeploymentStatus { Deployed, InProgress, Partial, Stowed, Error, }
Enum for 'deployStatus' response field of 'deploymentStatus' query
Variants
Deployed
All antennas have been successfully deployed
InProgress
At least one antenna is currently being deployed
Partial
Some, but not all, antennas have been deployed. No errors are present
Stowed
All antennas are stowed (not deployed)
Error
At least one antenna encountered an error during its last deployment attempt
Trait Implementations
impl Clone for DeploymentStatus
[src]
impl Clone for DeploymentStatus
fn clone(&self) -> DeploymentStatus
[src]
fn clone(&self) -> DeploymentStatus
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 Debug for DeploymentStatus
[src]
impl Debug for DeploymentStatus
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for DeploymentStatus
[src]
impl PartialEq for DeploymentStatus
Auto Trait Implementations
impl Send for DeploymentStatus
impl Send for DeploymentStatus
impl Sync for DeploymentStatus
impl Sync for DeploymentStatus