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