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