Struct ruststep::ap201::explicit_draughting::LeaderCurveHolder [−][src]
pub struct LeaderCurveHolder {
pub annotation_curve_occurrence: PlaceHolder<AnnotationCurveOccurrenceHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
annotation_curve_occurrence: PlaceHolder<AnnotationCurveOccurrenceHolder>
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 = LeaderCurve
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = LeaderCurveHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for LeaderCurveHolder
impl Send for LeaderCurveHolder
impl Sync for LeaderCurveHolder
impl Unpin for LeaderCurveHolder
impl UnwindSafe for LeaderCurveHolder
Blanket Implementations
Mutably borrows from an owned value. Read more