Struct homie_controller::EnumValue
source · [−]pub struct EnumValue(_);Expand description
The value of a Homie enum property.
This must be a non-empty string.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EnumValue
impl UnwindSafe for EnumValue
Blanket Implementations
Mutably borrows from an owned value. Read more