pub struct WeeklyScheduleTransition {
pub transition_time: Option<u16>,
pub heat_setpoint: Option<u8>,
pub cool_setpoint: Option<u8>,
}Fields§
§transition_time: Option<u16>§heat_setpoint: Option<u8>§cool_setpoint: Option<u8>Trait Implementations§
Source§impl Debug for WeeklyScheduleTransition
impl Debug for WeeklyScheduleTransition
Auto Trait Implementations§
impl Freeze for WeeklyScheduleTransition
impl RefUnwindSafe for WeeklyScheduleTransition
impl Send for WeeklyScheduleTransition
impl Sync for WeeklyScheduleTransition
impl Unpin for WeeklyScheduleTransition
impl UnwindSafe for WeeklyScheduleTransition
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