pub struct AgentSummaryHandle {
pub stop: Box<dyn Fn() + Send + Sync>,
}Expand description
Handle for stopping agent summarization
Fields§
§stop: Box<dyn Fn() + Send + Sync>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentSummaryHandle
impl !RefUnwindSafe for AgentSummaryHandle
impl Send for AgentSummaryHandle
impl Sync for AgentSummaryHandle
impl Unpin for AgentSummaryHandle
impl UnsafeUnpin for AgentSummaryHandle
impl !UnwindSafe for AgentSummaryHandle
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