pub struct AgentSummaryState {
pub task_id: String,
pub agent_id: String,
pub summary: Option<String>,
pub is_running: bool,
}Expand description
State for agent summarization
Fields§
§task_id: String§agent_id: String§summary: Option<String>§is_running: boolImplementations§
Auto Trait Implementations§
impl Freeze for AgentSummaryState
impl RefUnwindSafe for AgentSummaryState
impl Send for AgentSummaryState
impl Sync for AgentSummaryState
impl Unpin for AgentSummaryState
impl UnsafeUnpin for AgentSummaryState
impl UnwindSafe for AgentSummaryState
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