Struct aws_sdk_sagemaker::operation::delete_hub::DeleteHubInput
source · #[non_exhaustive]pub struct DeleteHubInput { /* private fields */ }
Implementations§
source§impl DeleteHubInput
impl DeleteHubInput
sourcepub fn builder() -> DeleteHubInputBuilder
pub fn builder() -> DeleteHubInputBuilder
Creates a new builder-style object to manufacture DeleteHubInput
.
source§impl DeleteHubInput
impl DeleteHubInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteHub, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteHub, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteHub
>
Trait Implementations§
source§impl Clone for DeleteHubInput
impl Clone for DeleteHubInput
source§fn clone(&self) -> DeleteHubInput
fn clone(&self) -> DeleteHubInput
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 DeleteHubInput
impl Debug for DeleteHubInput
source§impl PartialEq<DeleteHubInput> for DeleteHubInput
impl PartialEq<DeleteHubInput> for DeleteHubInput
source§fn eq(&self, other: &DeleteHubInput) -> bool
fn eq(&self, other: &DeleteHubInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteHubInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteHubInput
impl Send for DeleteHubInput
impl Sync for DeleteHubInput
impl Unpin for DeleteHubInput
impl UnwindSafe for DeleteHubInput
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