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