Struct ruststep::ap203::config_control_design::PropertyDefinitionRepresentation [−][src]
pub struct PropertyDefinitionRepresentation {
pub definition: PropertyDefinitionAny,
pub used_representation: RepresentationAny,
}
Fields
definition: PropertyDefinitionAny
used_representation: RepresentationAny
Implementations
Constructs a new PropertyDefinitionRepresentation
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 PropertyDefinitionRepresentation
impl Sync for PropertyDefinitionRepresentation
impl Unpin for PropertyDefinitionRepresentation
Blanket Implementations
Mutably borrows from an owned value. Read more