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