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