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