pub struct Absetzung {
pub m3: Decimal,
pub grund: AbsetzungsGrund,
}Expand description
One metered non-discharged water volume (Absetzung).
Municipal statutes require a separately installed, calibrated meter (geeichter Absetzungszähler) for each deduction.
Fields§
§m3: DecimalMetered volume in m³.
grund: AbsetzungsGrundWhy the volume never reached the sewer.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Absetzung
impl<'de> Deserialize<'de> for Absetzung
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
Auto Trait Implementations§
impl Freeze for Absetzung
impl RefUnwindSafe for Absetzung
impl Send for Absetzung
impl Sync for Absetzung
impl Unpin for Absetzung
impl UnsafeUnpin for Absetzung
impl UnwindSafe for Absetzung
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