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