Enum houseflow_types::DeviceError [−][src]
#[repr(u16)]
#[non_exhaustive]
pub enum DeviceError {
None,
FunctionNotSupported,
InvalidParameters,
}Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
No error occurred
Actually, <device(s)> <doesn’t/don’t> support that functionality.
Device does not support sent parameters
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 = DeviceErrorIterfn iter() -> DeviceErrorIterⓘNotable traits for DeviceErrorIter
impl Iterator for DeviceErrorIter type Item = DeviceError;Auto Trait Implementations
impl RefUnwindSafe for DeviceErrorimpl Send for DeviceErrorimpl Sync for DeviceErrorimpl Unpin for DeviceErrorimpl UnwindSafe for DeviceErrorBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V