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