pub struct AwReductionApplied {
pub description: String,
pub legal_basis: String,
pub deduction_ct_kwh: Decimal,
}Expand description
One reduction that actually fired, for the settlement’s position list.
Fields§
§description: StringHuman-readable description for the billing position.
legal_basis: StringThe § the deduction rests on.
deduction_ct_kwh: DecimalHow much the AW was reduced by, in ct/kWh. Positive number.
Trait Implementations§
Source§impl Clone for AwReductionApplied
impl Clone for AwReductionApplied
Source§fn clone(&self) -> AwReductionApplied
fn clone(&self) -> AwReductionApplied
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 moreSource§impl Debug for AwReductionApplied
impl Debug for AwReductionApplied
impl Eq for AwReductionApplied
Source§impl PartialEq for AwReductionApplied
impl PartialEq for AwReductionApplied
impl StructuralPartialEq for AwReductionApplied
Auto Trait Implementations§
impl Freeze for AwReductionApplied
impl RefUnwindSafe for AwReductionApplied
impl Send for AwReductionApplied
impl Sync for AwReductionApplied
impl Unpin for AwReductionApplied
impl UnsafeUnpin for AwReductionApplied
impl UnwindSafe for AwReductionApplied
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