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