pub struct TaskEvaluationFrame<'a> {
pub event_tx: &'a Sender<AgentEvent>,
pub session_id: &'a str,
pub model: &'a str,
pub reasoning_effort: Option<ReasoningEffort>,
pub timeout_context: &'a StreamTimeoutContext,
}Fields§
§event_tx: &'a Sender<AgentEvent>§session_id: &'a str§model: &'a str§reasoning_effort: Option<ReasoningEffort>§timeout_context: &'a StreamTimeoutContextAuto Trait Implementations§
impl<'a> Freeze for TaskEvaluationFrame<'a>
impl<'a> RefUnwindSafe for TaskEvaluationFrame<'a>
impl<'a> Send for TaskEvaluationFrame<'a>
impl<'a> Sync for TaskEvaluationFrame<'a>
impl<'a> Unpin for TaskEvaluationFrame<'a>
impl<'a> UnsafeUnpin for TaskEvaluationFrame<'a>
impl<'a> UnwindSafe for TaskEvaluationFrame<'a>
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