pub enum AgentHandoffKind {
User,
Agent,
Tool,
HumanReviewer,
System,
None,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AgentHandoffKind
impl Clone for AgentHandoffKind
Source§fn clone(&self) -> AgentHandoffKind
fn clone(&self) -> AgentHandoffKind
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 AgentHandoffKind
impl Debug for AgentHandoffKind
Source§impl Display for AgentHandoffKind
impl Display for AgentHandoffKind
Source§impl FromStr for AgentHandoffKind
impl FromStr for AgentHandoffKind
Source§impl Hash for AgentHandoffKind
impl Hash for AgentHandoffKind
Source§impl Ord for AgentHandoffKind
impl Ord for AgentHandoffKind
Source§fn cmp(&self, other: &AgentHandoffKind) -> Ordering
fn cmp(&self, other: &AgentHandoffKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AgentHandoffKind
impl PartialEq for AgentHandoffKind
Source§fn eq(&self, other: &AgentHandoffKind) -> bool
fn eq(&self, other: &AgentHandoffKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AgentHandoffKind
impl PartialOrd for AgentHandoffKind
impl Copy for AgentHandoffKind
impl Eq for AgentHandoffKind
impl StructuralPartialEq for AgentHandoffKind
Auto Trait Implementations§
impl Freeze for AgentHandoffKind
impl RefUnwindSafe for AgentHandoffKind
impl Send for AgentHandoffKind
impl Sync for AgentHandoffKind
impl Unpin for AgentHandoffKind
impl UnsafeUnpin for AgentHandoffKind
impl UnwindSafe for AgentHandoffKind
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