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