Enum ruststep::ap201::explicit_draughting::InvisibleItemHolder [−][src]
pub enum InvisibleItemHolder {
StyledItem(StyledItemAnyHolder),
PresentationLayerAssignment(Box<PresentationLayerAssignmentHolder>),
PresentationRepresentation(PresentationRepresentationAnyHolder),
}
Variants
StyledItem(StyledItemAnyHolder)
Tuple Fields of StyledItem
PresentationLayerAssignment(Box<PresentationLayerAssignmentHolder>)
Tuple Fields of PresentationLayerAssignment
PresentationRepresentation(PresentationRepresentationAnyHolder)
Tuple Fields of PresentationRepresentation
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<InvisibleItem>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<InvisibleItem>> + 'table>
Get owned entities as an iterator
type Owned = InvisibleItem
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 InvisibleItemHolder
impl Send for InvisibleItemHolder
impl Sync for InvisibleItemHolder
impl Unpin for InvisibleItemHolder
impl UnwindSafe for InvisibleItemHolder
Blanket Implementations
Mutably borrows from an owned value. Read more