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