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