Struct ruststep::ap203::config_control_design::ActionRequestAssignment [−][src]
pub struct ActionRequestAssignment {
pub assigned_action_request: VersionedActionRequest,
}
Fields
assigned_action_request: VersionedActionRequest
Implementations
Constructs a new ActionRequestAssignment
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 ActionRequestAssignment
impl Send for ActionRequestAssignment
impl Sync for ActionRequestAssignment
impl Unpin for ActionRequestAssignment
impl UnwindSafe for ActionRequestAssignment
Blanket Implementations
Mutably borrows from an owned value. Read more