pub struct AgentSessionOutcome {
pub response: AgentResponse,
pub stop: bool,
pub state: AgentSessionState,
}Fields§
§response: AgentResponse§stop: bool§state: AgentSessionStateTrait Implementations§
Auto Trait Implementations§
impl Freeze for AgentSessionOutcome
impl RefUnwindSafe for AgentSessionOutcome
impl Send for AgentSessionOutcome
impl Sync for AgentSessionOutcome
impl Unpin for AgentSessionOutcome
impl UnsafeUnpin for AgentSessionOutcome
impl UnwindSafe for AgentSessionOutcome
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