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