Struct follow_heating::brain::python_like::config::overrun_config::DisableBelow
source · pub struct DisableBelow {
pub tken: f32,
pub tkbt: f32,
}
Fields§
§tken: f32
§tkbt: f32
Trait Implementations§
source§impl Clone for DisableBelow
impl Clone for DisableBelow
source§fn clone(&self) -> DisableBelow
fn clone(&self) -> DisableBelow
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 DisableBelow
impl Debug for DisableBelow
source§impl<'de> Deserialize<'de> for DisableBelow
impl<'de> Deserialize<'de> for DisableBelow
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 DisableBelow
impl PartialEq for DisableBelow
source§fn eq(&self, other: &DisableBelow) -> bool
fn eq(&self, other: &DisableBelow) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DisableBelow
Auto Trait Implementations§
impl RefUnwindSafe for DisableBelow
impl Send for DisableBelow
impl Sync for DisableBelow
impl Unpin for DisableBelow
impl UnwindSafe for DisableBelow
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