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