Enum novatel_oem6_service::AckCommand [−][src]
pub enum AckCommand { None, Noop, ControlPower, ConfigureHardware, TestHardware, IssueRawCommand, }
Return field for 'ack' query
Indicates last mutation executed by the service
Variants
None
No mutations have been executed
Noop
No-Op
ControlPower
System power state was changed
ConfigureHardware
System configuration was updated
TestHardware
A hardware test was performed
IssueRawCommand
A raw command was passed through to the system
Trait Implementations
impl Clone for AckCommand
[src]
impl Clone for AckCommand
fn clone(&self) -> AckCommand
[src]
fn clone(&self) -> AckCommand
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 AckCommand
[src]
impl Copy for AckCommand
Auto Trait Implementations
impl Send for AckCommand
impl Send for AckCommand
impl Sync for AckCommand
impl Sync for AckCommand