Struct ruststep::ap203::config_control_design::ShapeAspect [−][src]
pub struct ShapeAspect {
pub name: Label,
pub description: Text,
pub of_shape: ProductDefinitionShape,
pub product_definitional: Logical,
}
Fields
name: Label
description: Text
of_shape: ProductDefinitionShape
product_definitional: Logical
Implementations
Trait Implementations
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 RefUnwindSafe for ShapeAspect
impl Send for ShapeAspect
impl Sync for ShapeAspect
impl Unpin for ShapeAspect
impl UnwindSafe for ShapeAspect
Blanket Implementations
Mutably borrows from an owned value. Read more