Struct ruststep::ap203::config_control_design::FaceBoundHolder [−][src]
pub struct FaceBoundHolder {
pub topological_representation_item: PlaceHolder<TopologicalRepresentationItemHolder>,
pub bound: PlaceHolder<LoopAnyHolder>,
pub orientation: bool,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
topological_representation_item: PlaceHolder<TopologicalRepresentationItemHolder>
bound: PlaceHolder<LoopAnyHolder>
orientation: bool
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 = FaceBoundHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for FaceBoundHolder
impl Send for FaceBoundHolder
impl Sync for FaceBoundHolder
impl Unpin for FaceBoundHolder
impl UnwindSafe for FaceBoundHolder
Blanket Implementations
Mutably borrows from an owned value. Read more