#[non_exhaustive]pub struct RequestCancelWorkflowExecutionInput { /* private fields */ }
Implementations
sourceimpl RequestCancelWorkflowExecutionInput
impl RequestCancelWorkflowExecutionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RequestCancelWorkflowExecution, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RequestCancelWorkflowExecution, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RequestCancelWorkflowExecution
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RequestCancelWorkflowExecutionInput
.
Trait Implementations
sourceimpl Clone for RequestCancelWorkflowExecutionInput
impl Clone for RequestCancelWorkflowExecutionInput
sourcefn clone(&self) -> RequestCancelWorkflowExecutionInput
fn clone(&self) -> RequestCancelWorkflowExecutionInput
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<RequestCancelWorkflowExecutionInput> for RequestCancelWorkflowExecutionInput
impl PartialEq<RequestCancelWorkflowExecutionInput> for RequestCancelWorkflowExecutionInput
sourcefn eq(&self, other: &RequestCancelWorkflowExecutionInput) -> bool
fn eq(&self, other: &RequestCancelWorkflowExecutionInput) -> bool
impl StructuralPartialEq for RequestCancelWorkflowExecutionInput
Auto Trait Implementations
impl RefUnwindSafe for RequestCancelWorkflowExecutionInput
impl Send for RequestCancelWorkflowExecutionInput
impl Sync for RequestCancelWorkflowExecutionInput
impl Unpin for RequestCancelWorkflowExecutionInput
impl UnwindSafe for RequestCancelWorkflowExecutionInput
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