Struct ruststep::ap203::config_control_design::ParametricRepresentationContext [−][src]
pub struct ParametricRepresentationContext {
pub representation_context: RepresentationContext,
}
Fields
representation_context: RepresentationContext
Implementations
Constructs a new ParametricRepresentationContext
.
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 ParametricRepresentationContext
impl Sync for ParametricRepresentationContext
impl Unpin for ParametricRepresentationContext
Blanket Implementations
Mutably borrows from an owned value. Read more