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