Struct aws_sdk_swf::input::DescribeWorkflowExecutionInput
source · [−]#[non_exhaustive]pub struct DescribeWorkflowExecutionInput { /* private fields */ }
Implementations
sourceimpl 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
sourceimpl Clone for DescribeWorkflowExecutionInput
impl Clone for DescribeWorkflowExecutionInput
sourcefn clone(&self) -> DescribeWorkflowExecutionInput
fn clone(&self) -> DescribeWorkflowExecutionInput
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<DescribeWorkflowExecutionInput> for DescribeWorkflowExecutionInput
impl PartialEq<DescribeWorkflowExecutionInput> for DescribeWorkflowExecutionInput
sourcefn eq(&self, other: &DescribeWorkflowExecutionInput) -> bool
fn eq(&self, other: &DescribeWorkflowExecutionInput) -> bool
impl StructuralPartialEq for DescribeWorkflowExecutionInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeWorkflowExecutionInput
impl Send for DescribeWorkflowExecutionInput
impl Sync for DescribeWorkflowExecutionInput
impl Unpin for DescribeWorkflowExecutionInput
impl UnwindSafe for DescribeWorkflowExecutionInput
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