Struct ruststep::ap201::explicit_draughting::CartesianPointHolder [−][src]
pub struct CartesianPointHolder {
pub point: PlaceHolder<PointHolder>,
pub coordinates: Vec<PlaceHolder<LengthMeasureHolder>>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
point: PlaceHolder<PointHolder>
coordinates: Vec<PlaceHolder<LengthMeasureHolder>>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<CartesianPoint>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<CartesianPoint>> + 'table>
Get owned entities as an iterator
type Owned = CartesianPoint
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = CartesianPointHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for CartesianPointHolder
impl Send for CartesianPointHolder
impl Sync for CartesianPointHolder
impl Unpin for CartesianPointHolder
impl UnwindSafe for CartesianPointHolder
Blanket Implementations
Mutably borrows from an owned value. Read more