Enum ruststep::ap201::explicit_draughting::SymbolRepresentationAnyHolder [−][src]
pub enum SymbolRepresentationAnyHolder {
SymbolRepresentation(Box<SymbolRepresentationHolder>),
DraughtingSubfigureRepresentation(Box<DraughtingSubfigureRepresentationHolder>),
DraughtingSymbolRepresentation(Box<DraughtingSymbolRepresentationAnyHolder>),
}
Variants
SymbolRepresentation(Box<SymbolRepresentationHolder>)
Tuple Fields of SymbolRepresentation
DraughtingSubfigureRepresentation(Box<DraughtingSubfigureRepresentationHolder>)
Tuple Fields of DraughtingSubfigureRepresentation
DraughtingSymbolRepresentation(Box<DraughtingSymbolRepresentationAnyHolder>)
Tuple Fields of DraughtingSymbolRepresentation
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<SymbolRepresentationAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<SymbolRepresentationAny>> + 'table>
Get owned entities as an iterator
type Owned = SymbolRepresentationAny
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 Send for SymbolRepresentationAnyHolder
impl Sync for SymbolRepresentationAnyHolder
impl Unpin for SymbolRepresentationAnyHolder
impl UnwindSafe for SymbolRepresentationAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more