pub struct MixedMode {}
Expand description
Mode for running both heating and
Implementations§
Trait Implementations§
source§impl Mode for MixedMode
impl Mode for MixedMode
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 MixedMode
impl PartialEq for MixedMode
impl StructuralPartialEq for MixedMode
Auto Trait Implementations§
impl RefUnwindSafe for MixedMode
impl Send for MixedMode
impl Sync for MixedMode
impl Unpin for MixedMode
impl UnwindSafe for MixedMode
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