#[repr(u8)]pub enum ACType {
Unknown = 0,
Coolingfixed = 1,
Heatpumpfixed = 2,
Coolinginverter = 3,
Heatpumpinverter = 4,
}Variants§
Unknown = 0
Unknown AC Type
Coolingfixed = 1
Cooling and Fixed Speed
Heatpumpfixed = 2
Heat Pump and Fixed Speed
Coolinginverter = 3
Cooling and Inverter
Heatpumpinverter = 4
Heat Pump and Inverter
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ACType
impl<'de> Deserialize<'de> for ACType
Source§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
impl Copy for ACType
impl Eq for ACType
impl StructuralPartialEq for ACType
Auto Trait Implementations§
impl Freeze for ACType
impl RefUnwindSafe for ACType
impl Send for ACType
impl Sync for ACType
impl Unpin for ACType
impl UnwindSafe for ACType
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