Enum ruststep::ap203::config_control_design::CertificationAssignmentAnyHolder [−][src]
pub enum CertificationAssignmentAnyHolder {
CertificationAssignment(Box<CertificationAssignmentHolder>),
CcDesignCertification(Box<CcDesignCertificationHolder>),
}
Variants
CertificationAssignment(Box<CertificationAssignmentHolder>)
Tuple Fields of CertificationAssignment
CcDesignCertification(Box<CcDesignCertificationHolder>)
Tuple Fields of CcDesignCertification
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<CertificationAssignmentAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<CertificationAssignmentAny>> + 'table>
Get owned entities as an iterator
type Owned = CertificationAssignmentAny
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 CertificationAssignmentAnyHolder
impl Sync for CertificationAssignmentAnyHolder
impl Unpin for CertificationAssignmentAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more