Enum ruststep::ap201::explicit_draughting::DocumentReferenceAny [−][src]
pub enum DocumentReferenceAny {
DocumentReference(Box<DocumentReference>),
DraughtingSpecificationReference(Box<DraughtingSpecificationReference>),
}
Variants
DocumentReference(Box<DocumentReference>)
Tuple Fields of DocumentReference
0: Box<DocumentReference>
DraughtingSpecificationReference(Box<DraughtingSpecificationReference>)
Tuple Fields of DraughtingSpecificationReference
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 DocumentReferenceAny
impl Send for DocumentReferenceAny
impl Sync for DocumentReferenceAny
impl Unpin for DocumentReferenceAny
impl UnwindSafe for DocumentReferenceAny
Blanket Implementations
Mutably borrows from an owned value. Read more