Enum block_utils::DeviceState
source · pub enum DeviceState {
Blocked,
FailFast,
Lost,
Running,
RunningRta,
}Variants§
Trait Implementations§
source§impl Clone for DeviceState
impl Clone for DeviceState
source§fn clone(&self) -> DeviceState
fn clone(&self) -> DeviceState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeviceState
impl Debug for DeviceState
source§impl Display for DeviceState
impl Display for DeviceState
source§impl FromStr for DeviceState
impl FromStr for DeviceState
source§impl PartialEq<DeviceState> for DeviceState
impl PartialEq<DeviceState> for DeviceState
source§fn eq(&self, other: &DeviceState) -> bool
fn eq(&self, other: &DeviceState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.