Struct aws_sdk_swf::model::WorkflowType
source · [−]#[non_exhaustive]pub struct WorkflowType { /* private fields */ }
Expand description
Represents a workflow type.
Implementations
sourceimpl WorkflowType
impl WorkflowType
sourceimpl WorkflowType
impl WorkflowType
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WorkflowType
.
Trait Implementations
sourceimpl Clone for WorkflowType
impl Clone for WorkflowType
sourcefn clone(&self) -> WorkflowType
fn clone(&self) -> WorkflowType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WorkflowType
impl Debug for WorkflowType
sourceimpl PartialEq<WorkflowType> for WorkflowType
impl PartialEq<WorkflowType> for WorkflowType
sourcefn eq(&self, other: &WorkflowType) -> bool
fn eq(&self, other: &WorkflowType) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more