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