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