Struct ruststep::ap201::explicit_draughting::DrawingSheetRevisionHolder [−][src]
pub struct DrawingSheetRevisionHolder {
pub presentation_area: PlaceHolder<PresentationAreaHolder>,
pub revision_identifier: PlaceHolder<IdentifierHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
presentation_area: PlaceHolder<PresentationAreaHolder>
revision_identifier: PlaceHolder<IdentifierHolder>
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<DrawingSheetRevision>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<DrawingSheetRevision>> + 'table>
Get owned entities as an iterator
type Owned = DrawingSheetRevision
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = DrawingSheetRevisionHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for DrawingSheetRevisionHolder
impl Send for DrawingSheetRevisionHolder
impl Sync for DrawingSheetRevisionHolder
impl Unpin for DrawingSheetRevisionHolder
impl UnwindSafe for DrawingSheetRevisionHolder
Blanket Implementations
Mutably borrows from an owned value. Read more