pub enum AgentMessagePhase {
Commentary,
FinalAnswer,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AgentMessagePhase
impl Clone for AgentMessagePhase
Source§fn clone(&self) -> AgentMessagePhase
fn clone(&self) -> AgentMessagePhase
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 moreimpl Copy for AgentMessagePhase
Source§impl Debug for AgentMessagePhase
impl Debug for AgentMessagePhase
impl Eq for AgentMessagePhase
Source§impl PartialEq for AgentMessagePhase
impl PartialEq for AgentMessagePhase
Source§fn eq(&self, other: &AgentMessagePhase) -> bool
fn eq(&self, other: &AgentMessagePhase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AgentMessagePhase
Auto Trait Implementations§
impl Freeze for AgentMessagePhase
impl RefUnwindSafe for AgentMessagePhase
impl Send for AgentMessagePhase
impl Sync for AgentMessagePhase
impl Unpin for AgentMessagePhase
impl UnsafeUnpin for AgentMessagePhase
impl UnwindSafe for AgentMessagePhase
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