pub struct A2AMappedEvents {
pub events: Vec<AgentEvent>,
pub metadata_updates: HashMap<String, String>,
}Expand description
Events and metadata updates produced by mapping a single A2A StreamResponse.
Fields§
§events: Vec<AgentEvent>§metadata_updates: HashMap<String, String>Auto Trait Implementations§
impl Freeze for A2AMappedEvents
impl RefUnwindSafe for A2AMappedEvents
impl Send for A2AMappedEvents
impl Sync for A2AMappedEvents
impl Unpin for A2AMappedEvents
impl UnsafeUnpin for A2AMappedEvents
impl UnwindSafe for A2AMappedEvents
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