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