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