pub struct TraceSendDataParams {
pub invocation_context: Value,
pub event_id: String,
pub data: Vec<Content>,
}Fields§
§invocation_context: ValueThe invocation context for the current agent run.
event_id: StringThe ID of the event.
data: Vec<Content>A list of content objects.
Trait Implementations§
Source§impl Clone for TraceSendDataParams
impl Clone for TraceSendDataParams
Source§fn clone(&self) -> TraceSendDataParams
fn clone(&self) -> TraceSendDataParams
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 TraceSendDataParams
impl RefUnwindSafe for TraceSendDataParams
impl Send for TraceSendDataParams
impl Sync for TraceSendDataParams
impl Unpin for TraceSendDataParams
impl UnwindSafe for TraceSendDataParams
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