pub struct ChainBuilder { /* private fields */ }Expand description
Builder for creating task chains (linear workflows)
Implementations§
Source§impl ChainBuilder
impl ChainBuilder
Trait Implementations§
Source§impl Clone for ChainBuilder
impl Clone for ChainBuilder
Source§fn clone(&self) -> ChainBuilder
fn clone(&self) -> ChainBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ChainBuilder
impl RefUnwindSafe for ChainBuilder
impl Send for ChainBuilder
impl Sync for ChainBuilder
impl Unpin for ChainBuilder
impl UnwindSafe for ChainBuilder
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