pub struct DescribeWorkflowExecutionInput {
pub domain: String,
pub execution: WorkflowExecution,
}
Fields§
§domain: String
The name of the domain containing the workflow execution.
execution: WorkflowExecution
The workflow execution to describe.
Trait Implementations§
Source§impl Clone for DescribeWorkflowExecutionInput
impl Clone for DescribeWorkflowExecutionInput
Source§fn clone(&self) -> DescribeWorkflowExecutionInput
fn clone(&self) -> DescribeWorkflowExecutionInput
Returns a duplicate 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 Default for DescribeWorkflowExecutionInput
impl Default for DescribeWorkflowExecutionInput
Source§fn default() -> DescribeWorkflowExecutionInput
fn default() -> DescribeWorkflowExecutionInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeWorkflowExecutionInput
impl PartialEq for DescribeWorkflowExecutionInput
Source§fn eq(&self, other: &DescribeWorkflowExecutionInput) -> bool
fn eq(&self, other: &DescribeWorkflowExecutionInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeWorkflowExecutionInput
Auto Trait Implementations§
impl Freeze for DescribeWorkflowExecutionInput
impl RefUnwindSafe for DescribeWorkflowExecutionInput
impl Send for DescribeWorkflowExecutionInput
impl Sync for DescribeWorkflowExecutionInput
impl Unpin for DescribeWorkflowExecutionInput
impl UnwindSafe for DescribeWorkflowExecutionInput
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