pub struct TraceAgentInvocationParams {
pub agent: Arc<dyn Agent>,
pub invocation_context: Value,
}Fields§
§agent: Arc<dyn Agent>§invocation_context: ValueAuto Trait Implementations§
impl Freeze for TraceAgentInvocationParams
impl !RefUnwindSafe for TraceAgentInvocationParams
impl Send for TraceAgentInvocationParams
impl Sync for TraceAgentInvocationParams
impl Unpin for TraceAgentInvocationParams
impl !UnwindSafe for TraceAgentInvocationParams
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