Struct ruststep::ap203::config_control_design::AlternateProductRelationship [−][src]
pub struct AlternateProductRelationship {
pub name: Label,
pub definition: Text,
pub alternate: Product,
pub base: Product,
pub basis: Text,
}
Fields
name: Label
definition: Text
alternate: Product
base: Product
basis: Text
Implementations
Trait Implementations
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 AlternateProductRelationship
impl Sync for AlternateProductRelationship
impl Unpin for AlternateProductRelationship
impl UnwindSafe for AlternateProductRelationship
Blanket Implementations
Mutably borrows from an owned value. Read more