Enum ruststep::ap203::config_control_design::CertifiedItem [−][src]
pub enum CertifiedItem {
SuppliedPartRelationship(Box<SuppliedPartRelationship>),
}
Variants
SuppliedPartRelationship(Box<SuppliedPartRelationship>)
Tuple Fields of SuppliedPartRelationship
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 RefUnwindSafe for CertifiedItem
impl Send for CertifiedItem
impl Sync for CertifiedItem
impl Unpin for CertifiedItem
impl UnwindSafe for CertifiedItem
Blanket Implementations
Mutably borrows from an owned value. Read more