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