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