Enum langchain_rust::schemas::agent::AgentPlan
source · pub enum AgentPlan {
Text(AgentEvent),
Stream(Receiver<Result<String, Error>>),
}
Variants§
Auto Trait Implementations§
impl Freeze for AgentPlan
impl !RefUnwindSafe for AgentPlan
impl Send for AgentPlan
impl Sync for AgentPlan
impl Unpin for AgentPlan
impl !UnwindSafe for AgentPlan
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