pub struct SimulationKpis {
pub rmse_tracking_kw: f32,
pub curtailment_pct: f32,
pub feeder_peak_load_kw: f32,
}Fields§
§rmse_tracking_kw: f32§curtailment_pct: f32§feeder_peak_load_kw: f32Auto Trait Implementations§
impl Freeze for SimulationKpis
impl RefUnwindSafe for SimulationKpis
impl Send for SimulationKpis
impl Sync for SimulationKpis
impl Unpin for SimulationKpis
impl UnwindSafe for SimulationKpis
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