Struct ruststep::ap201::explicit_draughting::PresentedItemRepresentation [−][src]
pub struct PresentedItemRepresentation {
pub presentation: PresentationRepresentationSelect,
pub item: PresentedItemAny,
}
Fields
presentation: PresentationRepresentationSelect
item: PresentedItemAny
Implementations
Constructs a new PresentedItemRepresentation
.
Trait Implementations
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 PresentedItemRepresentation
impl Send for PresentedItemRepresentation
impl Sync for PresentedItemRepresentation
impl Unpin for PresentedItemRepresentation
impl UnwindSafe for PresentedItemRepresentation
Blanket Implementations
Mutably borrows from an owned value. Read more