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