Struct ruststep::ap203::config_control_design::ChangeHolder [−][src]
pub struct ChangeHolder {
pub action_assignment: PlaceHolder<ActionAssignmentHolder>,
pub items: Vec<PlaceHolder<WorkItemHolder>>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
action_assignment: PlaceHolder<ActionAssignmentHolder>
items: Vec<PlaceHolder<WorkItemHolder>>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = ChangeHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ChangeHolder
impl Send for ChangeHolder
impl Sync for ChangeHolder
impl Unpin for ChangeHolder
impl UnwindSafe for ChangeHolder
Blanket Implementations
Mutably borrows from an owned value. Read more