#[repr(u8)]pub enum SetpointRaiseLowerMode {
Heat = 0,
Cool = 1,
Both = 2,
}Variants§
Heat = 0
Adjust Heat Setpoint
Cool = 1
Adjust Cool Setpoint
Both = 2
Adjust Heat Setpoint and Cool Setpoint
Implementations§
Trait Implementations§
Source§impl Clone for SetpointRaiseLowerMode
impl Clone for SetpointRaiseLowerMode
Source§fn clone(&self) -> SetpointRaiseLowerMode
fn clone(&self) -> SetpointRaiseLowerMode
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 SetpointRaiseLowerMode
impl Debug for SetpointRaiseLowerMode
Source§impl<'de> Deserialize<'de> for SetpointRaiseLowerMode
impl<'de> Deserialize<'de> for SetpointRaiseLowerMode
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
Source§impl From<SetpointRaiseLowerMode> for u8
impl From<SetpointRaiseLowerMode> for u8
Source§fn from(val: SetpointRaiseLowerMode) -> Self
fn from(val: SetpointRaiseLowerMode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetpointRaiseLowerMode
impl PartialEq for SetpointRaiseLowerMode
Source§impl Serialize for SetpointRaiseLowerMode
impl Serialize for SetpointRaiseLowerMode
impl Copy for SetpointRaiseLowerMode
impl Eq for SetpointRaiseLowerMode
impl StructuralPartialEq for SetpointRaiseLowerMode
Auto Trait Implementations§
impl Freeze for SetpointRaiseLowerMode
impl RefUnwindSafe for SetpointRaiseLowerMode
impl Send for SetpointRaiseLowerMode
impl Sync for SetpointRaiseLowerMode
impl Unpin for SetpointRaiseLowerMode
impl UnwindSafe for SetpointRaiseLowerMode
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