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