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