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