Struct aws_sdk_swf::output::SignalWorkflowExecutionOutput
source · [−]#[non_exhaustive]pub struct SignalWorkflowExecutionOutput {}
Implementations
sourceimpl SignalWorkflowExecutionOutput
impl SignalWorkflowExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SignalWorkflowExecutionOutput
.
Trait Implementations
sourceimpl Clone for SignalWorkflowExecutionOutput
impl Clone for SignalWorkflowExecutionOutput
sourcefn clone(&self) -> SignalWorkflowExecutionOutput
fn clone(&self) -> SignalWorkflowExecutionOutput
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 Debug for SignalWorkflowExecutionOutput
impl Debug for SignalWorkflowExecutionOutput
sourceimpl PartialEq<SignalWorkflowExecutionOutput> for SignalWorkflowExecutionOutput
impl PartialEq<SignalWorkflowExecutionOutput> for SignalWorkflowExecutionOutput
sourcefn eq(&self, other: &SignalWorkflowExecutionOutput) -> bool
fn eq(&self, other: &SignalWorkflowExecutionOutput) -> bool
impl StructuralPartialEq for SignalWorkflowExecutionOutput
Auto Trait Implementations
impl RefUnwindSafe for SignalWorkflowExecutionOutput
impl Send for SignalWorkflowExecutionOutput
impl Sync for SignalWorkflowExecutionOutput
impl Unpin for SignalWorkflowExecutionOutput
impl UnwindSafe for SignalWorkflowExecutionOutput
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