Enum houseflow_types::DeviceType [−][src]
#[repr(u16)]
#[non_exhaustive]
pub enum DeviceType {
Gate,
Garage,
Light,
}Expand description
Type of the device
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.
Implementations
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
type Err = ParseError
type Err = ParseErrorThe associated error which can be returned from parsing.
Auto Trait Implementations
impl RefUnwindSafe for DeviceTypeimpl Send for DeviceTypeimpl Sync for DeviceTypeimpl Unpin for DeviceTypeimpl UnwindSafe for DeviceTypeBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V