Struct aws_sdk_devicefarm::input::StopRunInput
source · #[non_exhaustive]pub struct StopRunInput { /* private fields */ }Expand description
Represents the request to stop a specific run.
Implementations§
source§impl StopRunInput
impl StopRunInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopRun>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopRunInput.
Trait Implementations§
source§impl Clone for StopRunInput
impl Clone for StopRunInput
source§fn clone(&self) -> StopRunInput
fn clone(&self) -> StopRunInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for StopRunInput
impl Debug for StopRunInput
source§impl PartialEq<StopRunInput> for StopRunInput
impl PartialEq<StopRunInput> for StopRunInput
source§fn eq(&self, other: &StopRunInput) -> bool
fn eq(&self, other: &StopRunInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.