pub enum AgentIntermediateStepOutput {
Step(AgentIntermediateStep),
Finish(AgentFinish),
}
Variants§
Step(AgentIntermediateStep)
Finish(AgentFinish)
Auto Trait Implementations§
impl Freeze for AgentIntermediateStepOutput
impl !RefUnwindSafe for AgentIntermediateStepOutput
impl Send for AgentIntermediateStepOutput
impl Sync for AgentIntermediateStepOutput
impl Unpin for AgentIntermediateStepOutput
impl !UnwindSafe for AgentIntermediateStepOutput
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