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