pub enum NormalizedEventKind {
TextOutput,
ToolCall,
ToolResult,
Status,
Error,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for NormalizedEventKind
impl Clone for NormalizedEventKind
Source§fn clone(&self) -> NormalizedEventKind
fn clone(&self) -> NormalizedEventKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NormalizedEventKind
impl Debug for NormalizedEventKind
Source§impl PartialEq for NormalizedEventKind
impl PartialEq for NormalizedEventKind
Source§fn eq(&self, other: &NormalizedEventKind) -> bool
fn eq(&self, other: &NormalizedEventKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for NormalizedEventKind
impl Eq for NormalizedEventKind
impl StructuralPartialEq for NormalizedEventKind
Auto Trait Implementations§
impl Freeze for NormalizedEventKind
impl RefUnwindSafe for NormalizedEventKind
impl Send for NormalizedEventKind
impl Sync for NormalizedEventKind
impl Unpin for NormalizedEventKind
impl UnsafeUnpin for NormalizedEventKind
impl UnwindSafe for NormalizedEventKind
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