Struct ruststep::ap203::config_control_design::ChangeRequest [−][src]
pub struct ChangeRequest {
pub action_request_assignment: ActionRequestAssignment,
pub items: Vec<ChangeRequestItem>,
}
Fields
action_request_assignment: ActionRequestAssignment
items: Vec<ChangeRequestItem>
Implementations
pub fn new(
action_request_assignment: ActionRequestAssignment,
items: Vec<ChangeRequestItem>
) -> Self
pub fn new(
action_request_assignment: ActionRequestAssignment,
items: Vec<ChangeRequestItem>
) -> Self
Constructs a new ChangeRequest
.
Methods from Deref<Target = ActionRequestAssignment>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = ActionRequestAssignment
type Target = ActionRequestAssignment
The resulting type after dereferencing.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ChangeRequest
impl Send for ChangeRequest
impl Sync for ChangeRequest
impl Unpin for ChangeRequest
impl UnwindSafe for ChangeRequest
Blanket Implementations
Mutably borrows from an owned value. Read more