Struct follow_heating::brain::python_like::config::PythonBrainAdditiveConfig
source · pub struct PythonBrainAdditiveConfig {
include_config_directories: Vec<PathBuf>,
overrun_during: OverrunConfig,
immersion_heater_model: ImmersionHeaterModelConfig,
boost_active_rooms: BoostActiveRoomsConfig,
no_heating: Vec<ZonedSlot>,
}
Fields§
§include_config_directories: Vec<PathBuf>
Which directories (relative to working directory of the binary) should be searched for additive configuration files
overrun_during: OverrunConfig
§immersion_heater_model: ImmersionHeaterModelConfig
§boost_active_rooms: BoostActiveRoomsConfig
§no_heating: Vec<ZonedSlot>
Times at which to ignore the wiser heating.
Implementations§
Trait Implementations§
source§impl Clone for PythonBrainAdditiveConfig
impl Clone for PythonBrainAdditiveConfig
source§fn clone(&self) -> PythonBrainAdditiveConfig
fn clone(&self) -> PythonBrainAdditiveConfig
Returns a copy 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 PythonBrainAdditiveConfig
impl Debug for PythonBrainAdditiveConfig
source§impl Default for PythonBrainAdditiveConfig
impl Default for PythonBrainAdditiveConfig
source§fn default() -> PythonBrainAdditiveConfig
fn default() -> PythonBrainAdditiveConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PythonBrainAdditiveConfigwhere
PythonBrainAdditiveConfig: Default,
impl<'de> Deserialize<'de> for PythonBrainAdditiveConfigwhere
PythonBrainAdditiveConfig: Default,
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 PartialEq for PythonBrainAdditiveConfig
impl PartialEq for PythonBrainAdditiveConfig
source§fn eq(&self, other: &PythonBrainAdditiveConfig) -> bool
fn eq(&self, other: &PythonBrainAdditiveConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PythonBrainAdditiveConfig
Auto Trait Implementations§
impl RefUnwindSafe for PythonBrainAdditiveConfig
impl Send for PythonBrainAdditiveConfig
impl Sync for PythonBrainAdditiveConfig
impl Unpin for PythonBrainAdditiveConfig
impl UnwindSafe for PythonBrainAdditiveConfig
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