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