Enum indi::PropertyState
source · pub enum PropertyState {
Idle,
Ok,
Busy,
Alert,
}Variants§
Trait Implementations§
source§impl Debug for PropertyState
impl Debug for PropertyState
source§impl PartialEq<PropertyState> for PropertyState
impl PartialEq<PropertyState> for PropertyState
source§fn eq(&self, other: &PropertyState) -> bool
fn eq(&self, other: &PropertyState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.