Struct ruststep::ap201::explicit_draughting::PolylineHolder [−][src]
pub struct PolylineHolder {
pub bounded_curve: PlaceHolder<BoundedCurveHolder>,
pub points: Vec<PlaceHolder<CartesianPointHolder>>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
bounded_curve: PlaceHolder<BoundedCurveHolder>
points: Vec<PlaceHolder<CartesianPointHolder>>
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 = PolylineHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for PolylineHolder
impl Send for PolylineHolder
impl Sync for PolylineHolder
impl Unpin for PolylineHolder
impl UnwindSafe for PolylineHolder
Blanket Implementations
Mutably borrows from an owned value. Read more