Struct aws_sdk_ecs::output::StopTaskOutput
source · #[non_exhaustive]pub struct StopTaskOutput { /* private fields */ }Implementations§
source§impl StopTaskOutput
impl StopTaskOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopTaskOutput.
Trait Implementations§
source§impl Clone for StopTaskOutput
impl Clone for StopTaskOutput
source§fn clone(&self) -> StopTaskOutput
fn clone(&self) -> StopTaskOutput
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 StopTaskOutput
impl Debug for StopTaskOutput
source§impl PartialEq<StopTaskOutput> for StopTaskOutput
impl PartialEq<StopTaskOutput> for StopTaskOutput
source§fn eq(&self, other: &StopTaskOutput) -> bool
fn eq(&self, other: &StopTaskOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.