pub struct DagWorkflow;Expand description
WorkflowPort backed by petgraph directed graphs.
Implementations§
Source§impl DagWorkflow
impl DagWorkflow
Trait Implementations§
Source§impl Clone for DagWorkflow
impl Clone for DagWorkflow
Source§fn clone(&self) -> DagWorkflow
fn clone(&self) -> DagWorkflow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DagWorkflow
Source§impl Debug for DagWorkflow
impl Debug for DagWorkflow
Source§impl Default for DagWorkflow
impl Default for DagWorkflow
Source§fn default() -> DagWorkflow
fn default() -> DagWorkflow
Returns the “default value” for a type. Read more
Source§impl WorkflowPort for DagWorkflow
impl WorkflowPort for DagWorkflow
Auto Trait Implementations§
impl Freeze for DagWorkflow
impl RefUnwindSafe for DagWorkflow
impl Send for DagWorkflow
impl Sync for DagWorkflow
impl Unpin for DagWorkflow
impl UnsafeUnpin for DagWorkflow
impl UnwindSafe for DagWorkflow
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