Struct follow_heating::brain::CorrectiveActions
source · pub struct CorrectiveActions {
heating_control_state_unknown: bool,
}
Fields§
§heating_control_state_unknown: bool
Implementations§
source§impl CorrectiveActions
impl CorrectiveActions
pub fn new() -> Self
pub fn unknown_heating() -> Self
pub fn is_heating_in_unknown_state(&self) -> bool
pub fn with_unknown_heating_control_state(self) -> Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CorrectiveActions
impl Send for CorrectiveActions
impl Sync for CorrectiveActions
impl Unpin for CorrectiveActions
impl UnwindSafe for CorrectiveActions
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