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