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