Struct ruststep::ap203::config_control_design::LotEffectivity [−][src]
pub struct LotEffectivity {
pub effectivity: Effectivity,
pub effectivity_lot_id: Identifier,
pub effectivity_lot_size: MeasureWithUnitAny,
}
Fields
effectivity: Effectivity
effectivity_lot_id: Identifier
effectivity_lot_size: MeasureWithUnitAny
Implementations
pub fn new(
effectivity: Effectivity,
effectivity_lot_id: Identifier,
effectivity_lot_size: MeasureWithUnitAny
) -> Self
pub fn new(
effectivity: Effectivity,
effectivity_lot_id: Identifier,
effectivity_lot_size: MeasureWithUnitAny
) -> Self
Constructs a new LotEffectivity
.
Methods from Deref<Target = Effectivity>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = Effectivity
type Target = Effectivity
The resulting type after dereferencing.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LotEffectivity
impl Send for LotEffectivity
impl Sync for LotEffectivity
impl Unpin for LotEffectivity
impl UnwindSafe for LotEffectivity
Blanket Implementations
Mutably borrows from an owned value. Read more