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