Struct ruststep::ap203::config_control_design::VertexPointHolder [−][src]
pub struct VertexPointHolder {
pub vertex: PlaceHolder<VertexHolder>,
pub geometric_representation_item: PlaceHolder<GeometricRepresentationItemHolder>,
pub vertex_geometry: PlaceHolder<PointAnyHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
vertex: PlaceHolder<VertexHolder>
geometric_representation_item: PlaceHolder<GeometricRepresentationItemHolder>
vertex_geometry: PlaceHolder<PointAnyHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
Get owned entities as an iterator
type Owned = VertexPoint
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = VertexPointHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for VertexPointHolder
impl Send for VertexPointHolder
impl Sync for VertexPointHolder
impl Unpin for VertexPointHolder
impl UnwindSafe for VertexPointHolder
Blanket Implementations
Mutably borrows from an owned value. Read more