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