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