Struct ruststep::ap203::config_control_design::PropertyDefinitionHolder [−][src]
pub struct PropertyDefinitionHolder {
pub name: PlaceHolder<LabelHolder>,
pub description: PlaceHolder<TextHolder>,
pub definition: PlaceHolder<CharacterizedDefinitionHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
name: PlaceHolder<LabelHolder>
description: PlaceHolder<TextHolder>
definition: PlaceHolder<CharacterizedDefinitionHolder>
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<PropertyDefinition>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<PropertyDefinition>> + 'table>
Get owned entities as an iterator
type Owned = PropertyDefinition
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = PropertyDefinitionHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for PropertyDefinitionHolder
impl Send for PropertyDefinitionHolder
impl Sync for PropertyDefinitionHolder
impl Unpin for PropertyDefinitionHolder
impl UnwindSafe for PropertyDefinitionHolder
Blanket Implementations
Mutably borrows from an owned value. Read more