Struct ruststep::ap203::config_control_design::SeamCurveHolder [−][src]
pub struct SeamCurveHolder {
pub surface_curve: PlaceHolder<SurfaceCurveHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
surface_curve: PlaceHolder<SurfaceCurveHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = SeamCurveHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for SeamCurveHolder
impl Send for SeamCurveHolder
impl Sync for SeamCurveHolder
impl Unpin for SeamCurveHolder
impl UnwindSafe for SeamCurveHolder
Blanket Implementations
Mutably borrows from an owned value. Read more