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