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