Struct ruststep::ap203::config_control_design::GlobalUncertaintyAssignedContext [−][src]
pub struct GlobalUncertaintyAssignedContext {
pub representation_context: RepresentationContext,
pub uncertainty: Vec<UncertaintyMeasureWithUnit>,
}
Fields
representation_context: RepresentationContext
uncertainty: Vec<UncertaintyMeasureWithUnit>
Implementations
pub fn new(
representation_context: RepresentationContext,
uncertainty: Vec<UncertaintyMeasureWithUnit>
) -> Self
pub fn new(
representation_context: RepresentationContext,
uncertainty: Vec<UncertaintyMeasureWithUnit>
) -> Self
Constructs a new GlobalUncertaintyAssignedContext
.
Methods from Deref<Target = RepresentationContext>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = RepresentationContext
type Target = RepresentationContext
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 Send for GlobalUncertaintyAssignedContext
impl Sync for GlobalUncertaintyAssignedContext
impl Unpin for GlobalUncertaintyAssignedContext
Blanket Implementations
Mutably borrows from an owned value. Read more