Enum ruststep::ap201::explicit_draughting::CompositeTextAnyHolder [−][src]
pub enum CompositeTextAnyHolder {
CompositeText(Box<CompositeTextHolder>),
CompositeTextWithAssociatedCurves(Box<CompositeTextWithAssociatedCurvesHolder>),
CompositeTextWithBlankingBox(Box<CompositeTextWithBlankingBoxHolder>),
CompositeTextWithExtent(Box<CompositeTextWithExtentHolder>),
}
Variants
CompositeText(Box<CompositeTextHolder>)
Tuple Fields of CompositeText
CompositeTextWithAssociatedCurves(Box<CompositeTextWithAssociatedCurvesHolder>)
Tuple Fields of CompositeTextWithAssociatedCurves
CompositeTextWithBlankingBox(Box<CompositeTextWithBlankingBoxHolder>)
Tuple Fields of CompositeTextWithBlankingBox
CompositeTextWithExtent(Box<CompositeTextWithExtentHolder>)
Tuple Fields of CompositeTextWithExtent
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<CompositeTextAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<CompositeTextAny>> + 'table>
Get owned entities as an iterator
type Owned = CompositeTextAny
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CompositeTextAnyHolder
impl Send for CompositeTextAnyHolder
impl Sync for CompositeTextAnyHolder
impl Unpin for CompositeTextAnyHolder
impl UnwindSafe for CompositeTextAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more