Struct aws_sdk_devicefarm::operation::stop_run::StopRunOutput
source · #[non_exhaustive]pub struct StopRunOutput { /* private fields */ }Expand description
Represents the results of your stop run attempt.
Implementations§
source§impl StopRunOutput
impl StopRunOutput
sourcepub fn builder() -> StopRunOutputBuilder
pub fn builder() -> StopRunOutputBuilder
Creates a new builder-style object to manufacture StopRunOutput.
Trait Implementations§
source§impl Clone for StopRunOutput
impl Clone for StopRunOutput
source§fn clone(&self) -> StopRunOutput
fn clone(&self) -> StopRunOutput
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 StopRunOutput
impl Debug for StopRunOutput
source§impl PartialEq<StopRunOutput> for StopRunOutput
impl PartialEq<StopRunOutput> for StopRunOutput
source§fn eq(&self, other: &StopRunOutput) -> bool
fn eq(&self, other: &StopRunOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for StopRunOutput
impl RequestId for StopRunOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.