pub enum Bilanzierungsmodell {
Planwert,
Prognose,
PrognoseWithPlanningData,
}Expand description
Billing model (Bilanzierungsmodell) for a controllable resource.
Variants§
Planwert
Plan value.
Prognose
Forecast.
PrognoseWithPlanningData
Forecast with planning data delivery.
Trait Implementations§
Source§impl Clone for Bilanzierungsmodell
impl Clone for Bilanzierungsmodell
Source§fn clone(&self) -> Bilanzierungsmodell
fn clone(&self) -> Bilanzierungsmodell
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 Bilanzierungsmodell
Source§impl Debug for Bilanzierungsmodell
impl Debug for Bilanzierungsmodell
Source§impl<'de> Deserialize<'de> for Bilanzierungsmodell
impl<'de> Deserialize<'de> for Bilanzierungsmodell
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 Bilanzierungsmodell
Source§impl Hash for Bilanzierungsmodell
impl Hash for Bilanzierungsmodell
Source§impl PartialEq for Bilanzierungsmodell
impl PartialEq for Bilanzierungsmodell
Source§fn eq(&self, other: &Bilanzierungsmodell) -> bool
fn eq(&self, other: &Bilanzierungsmodell) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for Bilanzierungsmodell
impl Serialize for Bilanzierungsmodell
impl StructuralPartialEq for Bilanzierungsmodell
Auto Trait Implementations§
impl Freeze for Bilanzierungsmodell
impl RefUnwindSafe for Bilanzierungsmodell
impl Send for Bilanzierungsmodell
impl Sync for Bilanzierungsmodell
impl Unpin for Bilanzierungsmodell
impl UnsafeUnpin for Bilanzierungsmodell
impl UnwindSafe for Bilanzierungsmodell
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