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