pub struct SubagentStopContext {
pub agent_name: String,
pub reason: String,
}Expand description
Context passed to subagent stop hooks.
Fields§
§agent_name: StringSubagent name.
reason: StringTermination reason.
Trait Implementations§
Source§impl Clone for SubagentStopContext
impl Clone for SubagentStopContext
Source§fn clone(&self) -> SubagentStopContext
fn clone(&self) -> SubagentStopContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SubagentStopContext
impl RefUnwindSafe for SubagentStopContext
impl Send for SubagentStopContext
impl Sync for SubagentStopContext
impl Unpin for SubagentStopContext
impl UnsafeUnpin for SubagentStopContext
impl UnwindSafe for SubagentStopContext
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