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