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