Struct aws_sdk_devicefarm::output::StopRunOutput
source · [−]#[non_exhaustive]pub struct StopRunOutput { /* private fields */ }Expand description
Represents the results of your stop run attempt.
Implementations
sourceimpl StopRunOutput
impl StopRunOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopRunOutput.
Trait Implementations
sourceimpl Clone for StopRunOutput
impl Clone for StopRunOutput
sourcefn clone(&self) -> StopRunOutput
fn clone(&self) -> StopRunOutput
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 StopRunOutput
impl Debug for StopRunOutput
sourceimpl PartialEq<StopRunOutput> for StopRunOutput
impl PartialEq<StopRunOutput> for StopRunOutput
sourcefn eq(&self, other: &StopRunOutput) -> bool
fn eq(&self, other: &StopRunOutput) -> bool
impl StructuralPartialEq for StopRunOutput
Auto Trait Implementations
impl RefUnwindSafe for StopRunOutput
impl Send for StopRunOutput
impl Sync for StopRunOutput
impl Unpin for StopRunOutput
impl UnwindSafe for StopRunOutput
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