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