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