Enum ruststep::ap201::explicit_draughting::TextLiteralAnyHolder [−][src]
pub enum TextLiteralAnyHolder {
TextLiteral(Box<TextLiteralHolder>),
TextLiteralWithAssociatedCurves(Box<TextLiteralWithAssociatedCurvesHolder>),
TextLiteralWithBlankingBox(Box<TextLiteralWithBlankingBoxHolder>),
TextLiteralWithDelineation(Box<TextLiteralWithDelineationAnyHolder>),
TextLiteralWithExtent(Box<TextLiteralWithExtentHolder>),
}
Variants
TextLiteral(Box<TextLiteralHolder>)
Tuple Fields of TextLiteral
0: Box<TextLiteralHolder>
TextLiteralWithAssociatedCurves(Box<TextLiteralWithAssociatedCurvesHolder>)
Tuple Fields of TextLiteralWithAssociatedCurves
TextLiteralWithBlankingBox(Box<TextLiteralWithBlankingBoxHolder>)
Tuple Fields of TextLiteralWithBlankingBox
TextLiteralWithDelineation(Box<TextLiteralWithDelineationAnyHolder>)
Tuple Fields of TextLiteralWithDelineation
TextLiteralWithExtent(Box<TextLiteralWithExtentHolder>)
Tuple Fields of TextLiteralWithExtent
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<TextLiteralAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<TextLiteralAny>> + 'table>
Get owned entities as an iterator
type Owned = TextLiteralAny
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 TextLiteralAnyHolder
impl Send for TextLiteralAnyHolder
impl Sync for TextLiteralAnyHolder
impl Unpin for TextLiteralAnyHolder
impl UnwindSafe for TextLiteralAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more