pub enum CostBusinessType {
ProductionEnergy,
ConsumptionEnergy,
StartupCosts,
ExtraOperatingHourCosts,
AvoidedNetworkFees,
AdditionalWrdvCosts,
}Expand description
BusinessType codes for CostTimeSeries.
Variants§
ProductionEnergy
Production — energy-dependent costs (Arbeitspreis).
ConsumptionEnergy
Consumption — energy-dependent costs.
StartupCosts
Startup costs (Anfahrkosten).
ExtraOperatingHourCosts
Extra operating-hour costs (Betriebsstundenkosten).
AvoidedNetworkFees
Avoided network fees (vermiedene Netzentgelte).
AdditionalWrdvCosts
Additional wRDV costs.
Trait Implementations§
Source§impl Clone for CostBusinessType
impl Clone for CostBusinessType
Source§fn clone(&self) -> CostBusinessType
fn clone(&self) -> CostBusinessType
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 CostBusinessType
Source§impl Debug for CostBusinessType
impl Debug for CostBusinessType
Source§impl<'de> Deserialize<'de> for CostBusinessType
impl<'de> Deserialize<'de> for CostBusinessType
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
impl Eq for CostBusinessType
Source§impl Hash for CostBusinessType
impl Hash for CostBusinessType
Source§impl PartialEq for CostBusinessType
impl PartialEq for CostBusinessType
Source§fn eq(&self, other: &CostBusinessType) -> bool
fn eq(&self, other: &CostBusinessType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CostBusinessType
impl Serialize for CostBusinessType
impl StructuralPartialEq for CostBusinessType
Auto Trait Implementations§
impl Freeze for CostBusinessType
impl RefUnwindSafe for CostBusinessType
impl Send for CostBusinessType
impl Sync for CostBusinessType
impl Unpin for CostBusinessType
impl UnsafeUnpin for CostBusinessType
impl UnwindSafe for CostBusinessType
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