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