Struct follow_heating::brain::modes::working_temp::Room
source · pub struct Room {
name: String,
difference: f32,
capped_difference: f32,
}
Fields§
§name: String
§difference: f32
§capped_difference: f32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Room
impl Send for Room
impl Sync for Room
impl Unpin for Room
impl UnwindSafe for Room
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