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