pub enum AgentWrapperEventKind {
TextOutput,
ToolCall,
ToolResult,
Status,
Error,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for AgentWrapperEventKind
impl Clone for AgentWrapperEventKind
Source§fn clone(&self) -> AgentWrapperEventKind
fn clone(&self) -> AgentWrapperEventKind
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 AgentWrapperEventKind
impl Debug for AgentWrapperEventKind
Source§impl PartialEq for AgentWrapperEventKind
impl PartialEq for AgentWrapperEventKind
impl Eq for AgentWrapperEventKind
impl StructuralPartialEq for AgentWrapperEventKind
Auto Trait Implementations§
impl Freeze for AgentWrapperEventKind
impl RefUnwindSafe for AgentWrapperEventKind
impl Send for AgentWrapperEventKind
impl Sync for AgentWrapperEventKind
impl Unpin for AgentWrapperEventKind
impl UnsafeUnpin for AgentWrapperEventKind
impl UnwindSafe for AgentWrapperEventKind
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