Struct ruststep::ap203::config_control_design::ShapeAspectRelationship [−][src]
pub struct ShapeAspectRelationship {
pub name: Label,
pub description: Text,
pub relating_shape_aspect: ShapeAspect,
pub related_shape_aspect: ShapeAspect,
}
Fields
name: Label
description: Text
relating_shape_aspect: ShapeAspect
Implementations
pub fn new(
name: Label,
description: Text,
relating_shape_aspect: ShapeAspect,
related_shape_aspect: ShapeAspect
) -> Self
pub fn new(
name: Label,
description: Text,
relating_shape_aspect: ShapeAspect,
related_shape_aspect: ShapeAspect
) -> Self
Constructs a new ShapeAspectRelationship
.
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 ShapeAspectRelationship
impl Send for ShapeAspectRelationship
impl Sync for ShapeAspectRelationship
impl Unpin for ShapeAspectRelationship
impl UnwindSafe for ShapeAspectRelationship
Blanket Implementations
Mutably borrows from an owned value. Read more