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