pub struct Grundpreis {
pub eur_per_month: Decimal,
pub months: Decimal,
}Expand description
A Gas NNE Grundpreis — monthly rate and the months billed.
Fields§
§eur_per_month: DecimalRate in EUR per month.
months: DecimalMonths in the billing period.
Trait Implementations§
Source§impl Clone for Grundpreis
impl Clone for Grundpreis
Source§fn clone(&self) -> Grundpreis
fn clone(&self) -> Grundpreis
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 Grundpreis
Source§impl Debug for Grundpreis
impl Debug for Grundpreis
Source§impl<'de> Deserialize<'de> for Grundpreis
impl<'de> Deserialize<'de> for Grundpreis
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 Grundpreis
Source§impl PartialEq for Grundpreis
impl PartialEq for Grundpreis
Source§impl Serialize for Grundpreis
impl Serialize for Grundpreis
impl StructuralPartialEq for Grundpreis
Auto Trait Implementations§
impl Freeze for Grundpreis
impl RefUnwindSafe for Grundpreis
impl Send for Grundpreis
impl Sync for Grundpreis
impl Unpin for Grundpreis
impl UnsafeUnpin for Grundpreis
impl UnwindSafe for Grundpreis
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