Struct aws_sdk_swf::output::SignalWorkflowExecutionOutput
source · #[non_exhaustive]pub struct SignalWorkflowExecutionOutput {}
Implementations§
source§impl SignalWorkflowExecutionOutput
impl SignalWorkflowExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SignalWorkflowExecutionOutput
.
Trait Implementations§
source§impl Clone for SignalWorkflowExecutionOutput
impl Clone for SignalWorkflowExecutionOutput
source§fn clone(&self) -> SignalWorkflowExecutionOutput
fn clone(&self) -> SignalWorkflowExecutionOutput
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<SignalWorkflowExecutionOutput> for SignalWorkflowExecutionOutput
impl PartialEq<SignalWorkflowExecutionOutput> for SignalWorkflowExecutionOutput
source§fn eq(&self, other: &SignalWorkflowExecutionOutput) -> bool
fn eq(&self, other: &SignalWorkflowExecutionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.