Enum isis_ants_service::ArmStatus [−][src]
pub enum ArmStatus { Armed, Disarmed, }
Return field for 'armStatus' query
Variants
Armed
System is armed
Disarmed
System is disarmed
Trait Implementations
impl Eq for ArmStatus
[src]
impl Eq for ArmStatus
impl PartialEq for ArmStatus
[src]
impl PartialEq for ArmStatus
fn eq(&self, other: &ArmStatus) -> bool
[src]
fn eq(&self, other: &ArmStatus) -> 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 ArmStatus
[src]
impl Debug for ArmStatus