Enum ruststep::ap201::explicit_draughting::LayeredItem [−][src]
pub enum LayeredItem {
PresentationRepresentation(PresentationRepresentationAny),
RepresentationItem(RepresentationItemAny),
}
Variants
PresentationRepresentation(PresentationRepresentationAny)
Tuple Fields of PresentationRepresentation
RepresentationItem(RepresentationItemAny)
Tuple Fields of RepresentationItem
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 LayeredItem
impl Send for LayeredItem
impl Sync for LayeredItem
impl Unpin for LayeredItem
impl UnwindSafe for LayeredItem
Blanket Implementations
Mutably borrows from an owned value. Read more