pub enum ToolStreamEvent {
OutputDelta(String),
}Expand description
Events emitted by tools during execution
Variants§
Trait Implementations§
Source§impl Clone for ToolStreamEvent
impl Clone for ToolStreamEvent
Source§fn clone(&self) -> ToolStreamEvent
fn clone(&self) -> ToolStreamEvent
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 ToolStreamEvent
impl RefUnwindSafe for ToolStreamEvent
impl Send for ToolStreamEvent
impl Sync for ToolStreamEvent
impl Unpin for ToolStreamEvent
impl UnsafeUnpin for ToolStreamEvent
impl UnwindSafe for ToolStreamEvent
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