#[repr(C)]pub struct PioScucStartupCostAdjustmentView {
pub cost: f64,
pub maximum_down_time_hours: f64,
}Expand description
One downtime dependent startup cost adjustment.
Fields§
§cost: f64§maximum_down_time_hours: f64Trait Implementations§
Source§impl Clone for PioScucStartupCostAdjustmentView
impl Clone for PioScucStartupCostAdjustmentView
Source§fn clone(&self) -> PioScucStartupCostAdjustmentView
fn clone(&self) -> PioScucStartupCostAdjustmentView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PioScucStartupCostAdjustmentView
Auto Trait Implementations§
impl Freeze for PioScucStartupCostAdjustmentView
impl RefUnwindSafe for PioScucStartupCostAdjustmentView
impl Send for PioScucStartupCostAdjustmentView
impl Sync for PioScucStartupCostAdjustmentView
impl Unpin for PioScucStartupCostAdjustmentView
impl UnsafeUnpin for PioScucStartupCostAdjustmentView
impl UnwindSafe for PioScucStartupCostAdjustmentView
Blanket Implementations§
impl<T> Allocation for T
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