pub enum RunEventTypeV0 {
Show 14 variants
RunCompiled,
RunStarted,
RunCompleted,
RunFailed,
RunCanceled,
NodeLLMCall,
NodeToolCall,
NodeToolResult,
NodeWaiting,
NodeStarted,
NodeSucceeded,
NodeFailed,
NodeOutputDelta,
NodeOutput,
}Expand description
Run event type discriminator.
Variants§
RunCompiled
RunStarted
RunCompleted
RunFailed
RunCanceled
NodeLLMCall
NodeToolCall
NodeToolResult
NodeWaiting
NodeStarted
NodeSucceeded
NodeFailed
NodeOutputDelta
NodeOutput
Trait Implementations§
Source§impl Clone for RunEventTypeV0
impl Clone for RunEventTypeV0
Source§fn clone(&self) -> RunEventTypeV0
fn clone(&self) -> RunEventTypeV0
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 RunEventTypeV0
impl Debug for RunEventTypeV0
Source§impl<'de> Deserialize<'de> for RunEventTypeV0
impl<'de> Deserialize<'de> for RunEventTypeV0
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for RunEventTypeV0
impl Hash for RunEventTypeV0
Source§impl PartialEq for RunEventTypeV0
impl PartialEq for RunEventTypeV0
Source§impl Serialize for RunEventTypeV0
impl Serialize for RunEventTypeV0
impl Copy for RunEventTypeV0
impl Eq for RunEventTypeV0
impl StructuralPartialEq for RunEventTypeV0
Auto Trait Implementations§
impl Freeze for RunEventTypeV0
impl RefUnwindSafe for RunEventTypeV0
impl Send for RunEventTypeV0
impl Sync for RunEventTypeV0
impl Unpin for RunEventTypeV0
impl UnwindSafe for RunEventTypeV0
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