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
sourceimpl 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
sourceimpl Clone for StopRunInput
impl Clone for StopRunInput
sourcefn clone(&self) -> StopRunInput
fn clone(&self) -> StopRunInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StopRunInput
impl Debug for StopRunInput
sourceimpl PartialEq<StopRunInput> for StopRunInput
impl PartialEq<StopRunInput> for StopRunInput
sourcefn eq(&self, other: &StopRunInput) -> bool
fn eq(&self, other: &StopRunInput) -> bool
impl StructuralPartialEq for StopRunInput
Auto Trait Implementations
impl RefUnwindSafe for StopRunInput
impl Send for StopRunInput
impl Sync for StopRunInput
impl Unpin for StopRunInput
impl UnwindSafe for StopRunInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more