pub struct WashingMachineRuleset;Trait Implementations§
Source§impl RepairabilityRuleset for WashingMachineRuleset
impl RepairabilityRuleset for WashingMachineRuleset
fn weights(&self) -> &RepairabilityWeights
fn thresholds(&self) -> &RepairabilityThresholds
Source§fn validate_cross_fields(
&self,
_inputs: &RepairabilityInputs,
) -> Result<(), CalcError>
fn validate_cross_fields( &self, _inputs: &RepairabilityInputs, ) -> Result<(), CalcError>
Validate parameter combinations that are incoherent per this ruleset. Read more
Source§impl Ruleset for WashingMachineRuleset
impl Ruleset for WashingMachineRuleset
fn id(&self) -> &RulesetId
fn version(&self) -> &RulesetVersion
fn effectivity(&self) -> &Effectivity
Source§fn regulatory_basis(&self) -> &RegulatoryBasis
fn regulatory_basis(&self) -> &RegulatoryBasis
Structured citation for the EU regulation that mandates this calculation.
Auto Trait Implementations§
impl Freeze for WashingMachineRuleset
impl RefUnwindSafe for WashingMachineRuleset
impl Send for WashingMachineRuleset
impl Sync for WashingMachineRuleset
impl Unpin for WashingMachineRuleset
impl UnsafeUnpin for WashingMachineRuleset
impl UnwindSafe for WashingMachineRuleset
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