pub enum AgentToolClass {
CollectiveContext,
ScopedContext,
Maintenance,
ScopedMemoryWrite,
CollectiveMemoryWrite,
Action,
CoordinationQuery,
CoordinationTransfer,
}Variants§
CollectiveContext
ScopedContext
Maintenance
ScopedMemoryWrite
CollectiveMemoryWrite
Action
CoordinationQuery
CoordinationTransfer
Implementations§
Source§impl AgentToolClass
impl AgentToolClass
pub fn stable_name(self) -> &'static str
Trait Implementations§
Source§impl Clone for AgentToolClass
impl Clone for AgentToolClass
Source§fn clone(&self) -> AgentToolClass
fn clone(&self) -> AgentToolClass
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 AgentToolClass
impl Debug for AgentToolClass
Source§impl<'de> Deserialize<'de> for AgentToolClass
impl<'de> Deserialize<'de> for AgentToolClass
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
Source§impl Hash for AgentToolClass
impl Hash for AgentToolClass
Source§impl PartialEq for AgentToolClass
impl PartialEq for AgentToolClass
Source§fn eq(&self, other: &AgentToolClass) -> bool
fn eq(&self, other: &AgentToolClass) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AgentToolClass
impl Serialize for AgentToolClass
impl Copy for AgentToolClass
impl Eq for AgentToolClass
impl StructuralPartialEq for AgentToolClass
Auto Trait Implementations§
impl Freeze for AgentToolClass
impl RefUnwindSafe for AgentToolClass
impl Send for AgentToolClass
impl Sync for AgentToolClass
impl Unpin for AgentToolClass
impl UnsafeUnpin for AgentToolClass
impl UnwindSafe for AgentToolClass
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