Struct ruststep::ap201::explicit_draughting::DraughtingPresentedItem [−][src]
pub struct DraughtingPresentedItem {
pub presented_item: PresentedItem,
pub items: Vec<DraughtingPresentedItemSelect>,
}
Fields
presented_item: PresentedItem
items: Vec<DraughtingPresentedItemSelect>
Implementations
Constructs a new DraughtingPresentedItem
.
Methods from Deref<Target = PresentedItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = PresentedItem
type Target = PresentedItem
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 RefUnwindSafe for DraughtingPresentedItem
impl Send for DraughtingPresentedItem
impl Sync for DraughtingPresentedItem
impl Unpin for DraughtingPresentedItem
impl UnwindSafe for DraughtingPresentedItem
Blanket Implementations
Mutably borrows from an owned value. Read more