Struct follow_heating::io::temperatures::database::DBSensor
source · pub struct DBSensor {
db_id: u32,
purpose: String,
}
Fields§
§db_id: u32
§purpose: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DBSensor
impl Send for DBSensor
impl Sync for DBSensor
impl Unpin for DBSensor
impl UnwindSafe for DBSensor
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