#[non_exhaustive]pub struct DeleteBackendEnvironmentInput { /* private fields */ }Expand description
The request structure for the delete backend environment request.
Implementations
sourceimpl DeleteBackendEnvironmentInput
impl DeleteBackendEnvironmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBackendEnvironment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBackendEnvironment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBackendEnvironment>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBackendEnvironmentInput.
Trait Implementations
sourceimpl Clone for DeleteBackendEnvironmentInput
impl Clone for DeleteBackendEnvironmentInput
sourcefn clone(&self) -> DeleteBackendEnvironmentInput
fn clone(&self) -> DeleteBackendEnvironmentInput
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 DeleteBackendEnvironmentInput
impl Debug for DeleteBackendEnvironmentInput
sourceimpl PartialEq<DeleteBackendEnvironmentInput> for DeleteBackendEnvironmentInput
impl PartialEq<DeleteBackendEnvironmentInput> for DeleteBackendEnvironmentInput
sourcefn eq(&self, other: &DeleteBackendEnvironmentInput) -> bool
fn eq(&self, other: &DeleteBackendEnvironmentInput) -> bool
impl StructuralPartialEq for DeleteBackendEnvironmentInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteBackendEnvironmentInput
impl Send for DeleteBackendEnvironmentInput
impl Sync for DeleteBackendEnvironmentInput
impl Unpin for DeleteBackendEnvironmentInput
impl UnwindSafe for DeleteBackendEnvironmentInput
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