pub struct FinishedEvent {
pub type: Value,
pub output: Option<Value>,
}Expand description
Represents the final completion of the agent’s task.
Fields§
§type: Value§output: Option<Value>Trait Implementations§
Source§impl Clone for FinishedEvent
impl Clone for FinishedEvent
Source§fn clone(&self) -> FinishedEvent
fn clone(&self) -> FinishedEvent
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 moreSource§impl Debug for FinishedEvent
impl Debug for FinishedEvent
Source§impl Default for FinishedEvent
impl Default for FinishedEvent
Source§fn default() -> FinishedEvent
fn default() -> FinishedEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FinishedEvent
impl RefUnwindSafe for FinishedEvent
impl Send for FinishedEvent
impl Sync for FinishedEvent
impl Unpin for FinishedEvent
impl UnwindSafe for FinishedEvent
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