Struct ruststep::ap203::config_control_design::StartRequest [−][src]
pub struct StartRequest {
pub action_request_assignment: ActionRequestAssignment,
pub items: Vec<StartRequestItem>,
}
Fields
action_request_assignment: ActionRequestAssignment
items: Vec<StartRequestItem>
Implementations
pub fn new(
action_request_assignment: ActionRequestAssignment,
items: Vec<StartRequestItem>
) -> Self
pub fn new(
action_request_assignment: ActionRequestAssignment,
items: Vec<StartRequestItem>
) -> Self
Constructs a new StartRequest
.
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 StartRequest
impl Send for StartRequest
impl Sync for StartRequest
impl Unpin for StartRequest
impl UnwindSafe for StartRequest
Blanket Implementations
Mutably borrows from an owned value. Read more