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