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