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