Struct ruststep::ap203::config_control_design::ShapeAspectHolder [−][src]
pub struct ShapeAspectHolder {
pub name: PlaceHolder<LabelHolder>,
pub description: PlaceHolder<TextHolder>,
pub of_shape: PlaceHolder<ProductDefinitionShapeHolder>,
pub product_definitional: Logical,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
name: PlaceHolder<LabelHolder>
description: PlaceHolder<TextHolder>
of_shape: PlaceHolder<ProductDefinitionShapeHolder>
product_definitional: Logical
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
Get owned entities as an iterator
type Owned = ShapeAspect
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = ShapeAspectHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ShapeAspectHolder
impl Send for ShapeAspectHolder
impl Sync for ShapeAspectHolder
impl Unpin for ShapeAspectHolder
impl UnwindSafe for ShapeAspectHolder
Blanket Implementations
Mutably borrows from an owned value. Read more