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