Struct ruststep::ap201::explicit_draughting::DraughtingSpecificationReference [−][src]
pub struct DraughtingSpecificationReference {
pub document_reference: DocumentReference,
pub specified_items: Vec<SpecifiedItem>,
}
Fields
document_reference: DocumentReference
specified_items: Vec<SpecifiedItem>
Implementations
pub fn new(
document_reference: DocumentReference,
specified_items: Vec<SpecifiedItem>
) -> Self
pub fn new(
document_reference: DocumentReference,
specified_items: Vec<SpecifiedItem>
) -> Self
Constructs a new DraughtingSpecificationReference
.
Methods from Deref<Target = DocumentReference>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = DocumentReference
type Target = DocumentReference
The resulting type after dereferencing.
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 Send for DraughtingSpecificationReference
impl Sync for DraughtingSpecificationReference
impl Unpin for DraughtingSpecificationReference
Blanket Implementations
Mutably borrows from an owned value. Read more