Struct aws_sdk_swf::types::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() -> WorkflowTypeBuilder
pub fn builder() -> WorkflowTypeBuilder
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 ==
.impl StructuralPartialEq for WorkflowType
Auto Trait Implementations§
impl RefUnwindSafe for WorkflowType
impl Send for WorkflowType
impl Sync for WorkflowType
impl Unpin for WorkflowType
impl UnwindSafe for WorkflowType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more