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