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