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