#[non_exhaustive]pub struct RemoveAllBackendsInput { /* private fields */ }
Expand description
The request body for RemoveAllBackends.
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RemoveAllBackendsInput
.
Trait Implementations
sourceimpl Clone for RemoveAllBackendsInput
impl Clone for RemoveAllBackendsInput
sourcefn clone(&self) -> RemoveAllBackendsInput
fn clone(&self) -> RemoveAllBackendsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RemoveAllBackendsInput
impl Debug for RemoveAllBackendsInput
sourceimpl PartialEq<RemoveAllBackendsInput> for RemoveAllBackendsInput
impl PartialEq<RemoveAllBackendsInput> for RemoveAllBackendsInput
sourcefn eq(&self, other: &RemoveAllBackendsInput) -> bool
fn eq(&self, other: &RemoveAllBackendsInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more