Struct ruststep::ap201::explicit_draughting::PointHolder [−][src]
pub struct PointHolder {
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 = PointHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for PointHolder
impl Send for PointHolder
impl Sync for PointHolder
impl Unpin for PointHolder
impl UnwindSafe for PointHolder
Blanket Implementations
Mutably borrows from an owned value. Read more