Struct follow_heating::brain::modes::pre_circulate::PreCirculateMode
source · pub struct PreCirculateMode {
started: Instant,
}
Fields§
§started: Instant
Implementations§
Trait Implementations§
source§impl Debug for PreCirculateMode
impl Debug for PreCirculateMode
source§impl Mode for PreCirculateMode
impl Mode for PreCirculateMode
fn enter( &mut self, config: &PythonBrainConfig, _runtime: &Runtime, _io_bundle: &mut IOBundle ) -> Result<(), BrainFailure>
fn update( &mut self, _rt: &Runtime, config: &PythonBrainConfig, info_cache: &mut InfoCache, _io_bundle: &mut IOBundle, _time: &impl TimeProvider ) -> Result<Intention, BrainFailure>
source§impl PartialEq for PreCirculateMode
impl PartialEq for PreCirculateMode
source§fn eq(&self, other: &PreCirculateMode) -> bool
fn eq(&self, other: &PreCirculateMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PreCirculateMode
Auto Trait Implementations§
impl RefUnwindSafe for PreCirculateMode
impl Send for PreCirculateMode
impl Sync for PreCirculateMode
impl Unpin for PreCirculateMode
impl UnwindSafe for PreCirculateMode
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