Struct ruststep::ap203::config_control_design::CcDesignCertificationHolder [−][src]
pub struct CcDesignCertificationHolder {
pub certification_assignment: PlaceHolder<CertificationAssignmentHolder>,
pub items: Vec<PlaceHolder<CertifiedItemHolder>>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
certification_assignment: PlaceHolder<CertificationAssignmentHolder>
items: Vec<PlaceHolder<CertifiedItemHolder>>
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<CcDesignCertification>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<CcDesignCertification>> + 'table>
Get owned entities as an iterator
type Owned = CcDesignCertification
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = CcDesignCertificationHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for CcDesignCertificationHolder
impl Send for CcDesignCertificationHolder
impl Sync for CcDesignCertificationHolder
impl Unpin for CcDesignCertificationHolder
impl UnwindSafe for CcDesignCertificationHolder
Blanket Implementations
Mutably borrows from an owned value. Read more