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