pub struct AgenticMemoryConsolidationResult {
pub id: FactId,
pub request_id: FactId,
pub outcome_id: FactId,
pub state: AgenticMemoryConsolidationResultState,
pub source_record_ids: Vec<FactId>,
pub proposed_record_ids: Vec<FactId>,
pub message: Option<String>,
pub provenance: Option<String>,
}Expand description
AgenticMemoryConsolidationResult data container.
Fields§
§id: FactIdid field for id.
request_id: FactIdrequest_id field for request id.
outcome_id: FactIdoutcome_id field for outcome id.
state: AgenticMemoryConsolidationResultStatestate field for state.
source_record_ids: Vec<FactId>source_record_ids field for source record ids.
proposed_record_ids: Vec<FactId>proposed_record_ids field for proposed record ids.
message: Option<String>message field for message.
provenance: Option<String>provenance field for provenance.
Trait Implementations§
Source§impl Clone for AgenticMemoryConsolidationResult
impl Clone for AgenticMemoryConsolidationResult
Source§fn clone(&self) -> AgenticMemoryConsolidationResult
fn clone(&self) -> AgenticMemoryConsolidationResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for AgenticMemoryConsolidationResult
impl PartialEq for AgenticMemoryConsolidationResult
Source§fn eq(&self, other: &AgenticMemoryConsolidationResult) -> bool
fn eq(&self, other: &AgenticMemoryConsolidationResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AgenticMemoryConsolidationResult
impl StructuralPartialEq for AgenticMemoryConsolidationResult
Auto Trait Implementations§
impl Freeze for AgenticMemoryConsolidationResult
impl RefUnwindSafe for AgenticMemoryConsolidationResult
impl Send for AgenticMemoryConsolidationResult
impl Sync for AgenticMemoryConsolidationResult
impl Unpin for AgenticMemoryConsolidationResult
impl UnsafeUnpin for AgenticMemoryConsolidationResult
impl UnwindSafe for AgenticMemoryConsolidationResult
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.