Enum ruststep::ap201::explicit_draughting::RepresentationContextAnyHolder [−][src]
pub enum RepresentationContextAnyHolder {
RepresentationContext(Box<RepresentationContextHolder>),
GeometricRepresentationContext(Box<GeometricRepresentationContextHolder>),
GlobalUnitAssignedContext(Box<GlobalUnitAssignedContextHolder>),
}
Variants
RepresentationContext(Box<RepresentationContextHolder>)
Tuple Fields of RepresentationContext
GeometricRepresentationContext(Box<GeometricRepresentationContextHolder>)
Tuple Fields of GeometricRepresentationContext
GlobalUnitAssignedContext(Box<GlobalUnitAssignedContextHolder>)
Tuple Fields of GlobalUnitAssignedContext
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<RepresentationContextAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<RepresentationContextAny>> + 'table>
Get owned entities as an iterator
type Owned = RepresentationContextAny
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 RepresentationContextAnyHolder
impl Sync for RepresentationContextAnyHolder
impl Unpin for RepresentationContextAnyHolder
impl UnwindSafe for RepresentationContextAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more