Enum ruststep::ap201::explicit_draughting::StyledItemAnyHolder [−][src]
pub enum StyledItemAnyHolder {
StyledItem(Box<StyledItemHolder>),
AnnotationOccurrence(Box<AnnotationOccurrenceAnyHolder>),
}
Variants
StyledItem(Box<StyledItemHolder>)
Tuple Fields of StyledItem
0: Box<StyledItemHolder>
AnnotationOccurrence(Box<AnnotationOccurrenceAnyHolder>)
Tuple Fields of AnnotationOccurrence
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<StyledItemAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<StyledItemAny>> + 'table>
Get owned entities as an iterator
type Owned = StyledItemAny
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 StyledItemAnyHolder
impl Send for StyledItemAnyHolder
impl Sync for StyledItemAnyHolder
impl Unpin for StyledItemAnyHolder
impl UnwindSafe for StyledItemAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more