Struct aws_sdk_sagemaker::operation::update_hub::UpdateHubOutput
source · #[non_exhaustive]pub struct UpdateHubOutput { /* private fields */ }
Implementations§
source§impl UpdateHubOutput
impl UpdateHubOutput
sourcepub fn builder() -> UpdateHubOutputBuilder
pub fn builder() -> UpdateHubOutputBuilder
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 ==
.source§impl RequestId for UpdateHubOutput
impl RequestId for UpdateHubOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for UpdateHubOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateHubOutput
impl Send for UpdateHubOutput
impl Sync for UpdateHubOutput
impl Unpin for UpdateHubOutput
impl UnwindSafe for UpdateHubOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more