Enum houseflow_types::DeviceStatus [−][src]
#[repr(u8)]
pub enum DeviceStatus {
Success,
Error,
}Variants
Confirm that the command succeeded.
Target device is unable to perform the command.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Generate a random value of T, using rng as the source of randomness.
Create an iterator that generates random values of T, using rng as
the source of randomness. Read more
type Iterator = DeviceStatusIterfn iter() -> DeviceStatusIterⓘNotable traits for DeviceStatusIter
impl Iterator for DeviceStatusIter type Item = DeviceStatus;Auto Trait Implementations
impl RefUnwindSafe for DeviceStatusimpl Send for DeviceStatusimpl Sync for DeviceStatusimpl Unpin for DeviceStatusimpl UnwindSafe for DeviceStatusBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V