pub struct AgentFlow { /* private fields */ }Expand description
AgentFlow - Workflow definition with patterns
Defines complex workflow patterns like Route, Parallel, Loop.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentFlow
impl !RefUnwindSafe for AgentFlow
impl Send for AgentFlow
impl Sync for AgentFlow
impl Unpin for AgentFlow
impl !UnwindSafe for AgentFlow
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