pub enum MemoryEventKind {
PromptTarget,
ToolCall,
ToolResultArtifact,
ResponseSummary,
CloseoutProof,
SessionCheck,
ImportedObservation,
ImportedSessionSummary,
ImportedUserPrompt,
}Variants§
PromptTarget
ToolCall
ToolResultArtifact
ResponseSummary
CloseoutProof
SessionCheck
ImportedObservation
ImportedSessionSummary
ImportedUserPrompt
Implementations§
Trait Implementations§
Source§impl Clone for MemoryEventKind
impl Clone for MemoryEventKind
Source§fn clone(&self) -> MemoryEventKind
fn clone(&self) -> MemoryEventKind
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 MemoryEventKind
Source§impl Debug for MemoryEventKind
impl Debug for MemoryEventKind
Source§impl<'de> Deserialize<'de> for MemoryEventKind
impl<'de> Deserialize<'de> for MemoryEventKind
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 MemoryEventKind
Source§impl PartialEq for MemoryEventKind
impl PartialEq for MemoryEventKind
Source§fn eq(&self, other: &MemoryEventKind) -> bool
fn eq(&self, other: &MemoryEventKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MemoryEventKind
impl Serialize for MemoryEventKind
impl StructuralPartialEq for MemoryEventKind
Auto Trait Implementations§
impl Freeze for MemoryEventKind
impl RefUnwindSafe for MemoryEventKind
impl Send for MemoryEventKind
impl Sync for MemoryEventKind
impl Unpin for MemoryEventKind
impl UnsafeUnpin for MemoryEventKind
impl UnwindSafe for MemoryEventKind
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