pub struct AgentContextProfiles {
pub memory: Option<ProfileFile>,
pub conventions: Option<ProfileFile>,
}Expand description
The optional memory/conventions context block.
Fields§
§memory: Option<ProfileFile>§conventions: Option<ProfileFile>Trait Implementations§
Source§impl Clone for AgentContextProfiles
impl Clone for AgentContextProfiles
Source§fn clone(&self) -> AgentContextProfiles
fn clone(&self) -> AgentContextProfiles
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 AgentContextProfiles
impl Debug for AgentContextProfiles
Source§impl<'de> Deserialize<'de> for AgentContextProfiles
impl<'de> Deserialize<'de> for AgentContextProfiles
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 AgentContextProfiles
Source§impl PartialEq for AgentContextProfiles
impl PartialEq for AgentContextProfiles
Source§fn eq(&self, other: &AgentContextProfiles) -> bool
fn eq(&self, other: &AgentContextProfiles) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for AgentContextProfiles
impl RunxSchema for AgentContextProfiles
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
Source§impl Serialize for AgentContextProfiles
impl Serialize for AgentContextProfiles
impl StructuralPartialEq for AgentContextProfiles
Auto Trait Implementations§
impl Freeze for AgentContextProfiles
impl RefUnwindSafe for AgentContextProfiles
impl Send for AgentContextProfiles
impl Sync for AgentContextProfiles
impl Unpin for AgentContextProfiles
impl UnsafeUnpin for AgentContextProfiles
impl UnwindSafe for AgentContextProfiles
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