Enum isis_ants_service::DeploymentStatus[][src]

pub enum DeploymentStatus {
    Deployed,
    InProgress,
    Partial,
    Stowed,
    Error,
}

Enum for 'deployStatus' response field of 'deploymentStatus' query

Variants

All antennas have been successfully deployed

At least one antenna is currently being deployed

Some, but not all, antennas have been deployed. No errors are present

All antennas are stowed (not deployed)

At least one antenna encountered an error during its last deployment attempt

Trait Implementations

impl Clone for DeploymentStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeploymentStatus
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DeploymentStatus
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for DeploymentStatus

impl Sync for DeploymentStatus