Struct ruststep::ap201::explicit_draughting::CompositeTextWithExtentHolder [−][src]
pub struct CompositeTextWithExtentHolder {
pub composite_text: PlaceHolder<CompositeTextHolder>,
pub extent: PlaceHolder<PlanarExtentAnyHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
composite_text: PlaceHolder<CompositeTextHolder>
extent: PlaceHolder<PlanarExtentAnyHolder>
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<CompositeTextWithExtent>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<CompositeTextWithExtent>> + 'table>
Get owned entities as an iterator
type Owned = CompositeTextWithExtent
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = CompositeTextWithExtentHolderVisitor
Auto Trait Implementations
impl Send for CompositeTextWithExtentHolder
impl Sync for CompositeTextWithExtentHolder
impl Unpin for CompositeTextWithExtentHolder
impl UnwindSafe for CompositeTextWithExtentHolder
Blanket Implementations
Mutably borrows from an owned value. Read more