pub enum AgentFrameReason {
Initial,
ContinueAs,
Handoff,
PlanMode,
}Variants§
Trait Implementations§
Source§impl Clone for AgentFrameReason
impl Clone for AgentFrameReason
Source§fn clone(&self) -> AgentFrameReason
fn clone(&self) -> AgentFrameReason
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 AgentFrameReason
impl Debug for AgentFrameReason
Source§impl Default for AgentFrameReason
impl Default for AgentFrameReason
Source§fn default() -> AgentFrameReason
fn default() -> AgentFrameReason
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentFrameReason
impl<'de> Deserialize<'de> for AgentFrameReason
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
impl Eq for AgentFrameReason
Source§impl PartialEq for AgentFrameReason
impl PartialEq for AgentFrameReason
Source§fn eq(&self, other: &AgentFrameReason) -> bool
fn eq(&self, other: &AgentFrameReason) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AgentFrameReason
impl Serialize for AgentFrameReason
impl StructuralPartialEq for AgentFrameReason
Auto Trait Implementations§
impl Freeze for AgentFrameReason
impl RefUnwindSafe for AgentFrameReason
impl Send for AgentFrameReason
impl Sync for AgentFrameReason
impl Unpin for AgentFrameReason
impl UnsafeUnpin for AgentFrameReason
impl UnwindSafe for AgentFrameReason
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