Struct aws_sdk_proton::input::DeleteEnvironmentInput
source · [−]#[non_exhaustive]pub struct DeleteEnvironmentInput { /* private fields */ }
Implementations
sourceimpl DeleteEnvironmentInput
impl DeleteEnvironmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEnvironment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEnvironment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteEnvironment
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEnvironmentInput
.
Trait Implementations
sourceimpl Clone for DeleteEnvironmentInput
impl Clone for DeleteEnvironmentInput
sourcefn clone(&self) -> DeleteEnvironmentInput
fn clone(&self) -> DeleteEnvironmentInput
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 DeleteEnvironmentInput
impl Debug for DeleteEnvironmentInput
sourceimpl PartialEq<DeleteEnvironmentInput> for DeleteEnvironmentInput
impl PartialEq<DeleteEnvironmentInput> for DeleteEnvironmentInput
sourcefn eq(&self, other: &DeleteEnvironmentInput) -> bool
fn eq(&self, other: &DeleteEnvironmentInput) -> bool
impl StructuralPartialEq for DeleteEnvironmentInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteEnvironmentInput
impl Send for DeleteEnvironmentInput
impl Sync for DeleteEnvironmentInput
impl Unpin for DeleteEnvironmentInput
impl UnwindSafe for DeleteEnvironmentInput
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