pub enum ApplianceType {
AC,
TV,
Light,
IR,
SmartMeter,
ElectricWaterHeater,
PowerDistMeter,
EVCD,
SolarPower,
StorageBattery,
QrioLock,
MorninPlus,
}Variants§
AC
TV
Light
IR
SmartMeter
ElectricWaterHeater
PowerDistMeter
EVCD
SolarPower
StorageBattery
QrioLock
MorninPlus
Trait Implementations§
Source§impl Clone for ApplianceType
impl Clone for ApplianceType
Source§fn clone(&self) -> ApplianceType
fn clone(&self) -> ApplianceType
Returns a duplicate 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 ApplianceType
impl Debug for ApplianceType
Source§impl Default for ApplianceType
impl Default for ApplianceType
Source§impl PartialEq for ApplianceType
impl PartialEq for ApplianceType
Source§impl<'a> TryFrom<&'a str> for ApplianceType
impl<'a> TryFrom<&'a str> for ApplianceType
impl StructuralPartialEq for ApplianceType
Auto Trait Implementations§
impl Freeze for ApplianceType
impl RefUnwindSafe for ApplianceType
impl Send for ApplianceType
impl Sync for ApplianceType
impl Unpin for ApplianceType
impl UnwindSafe for ApplianceType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more