Enum isis_ants_service::AckCommand[][src]

pub enum AckCommand {
    None,
    Noop,
    ControlPower,
    ConfigureHardware,
    TestHardware,
    IssueRawCommand,
    Arm,
    Deploy,
}

Return field for 'ack' query

Indicates last mutation executed by the service

Variants

No mutations have been executed

No-Op

System power state was changed

System configuration was updated

A hardware test was performed

A raw command was passed through to the system

Arm state was changed

Antenna/s were deployed

Trait Implementations

impl Clone for AckCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AckCommand
[src]

Auto Trait Implementations

impl Send for AckCommand

impl Sync for AckCommand