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