pub struct AgenticMemoryConsolidationCursor {
pub evaluation: u64,
pub valid_requests: usize,
pub valid_outcomes: usize,
pub invalid_outcomes: usize,
pub results: usize,
pub proposed_record_drafts: usize,
}Expand description
AgenticMemoryConsolidationCursor data container.
Fields§
§evaluation: u64evaluation field for evaluation.
valid_requests: usizevalid_requests field for valid requests.
valid_outcomes: usizevalid_outcomes field for valid outcomes.
invalid_outcomes: usizeinvalid_outcomes field for invalid outcomes.
results: usizeresults field for results.
proposed_record_drafts: usizeproposed_record_drafts field for proposed record drafts.
Trait Implementations§
Source§impl Clone for AgenticMemoryConsolidationCursor
impl Clone for AgenticMemoryConsolidationCursor
Source§fn clone(&self) -> AgenticMemoryConsolidationCursor
fn clone(&self) -> AgenticMemoryConsolidationCursor
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 AgenticMemoryConsolidationCursor
impl PartialEq for AgenticMemoryConsolidationCursor
Source§fn eq(&self, other: &AgenticMemoryConsolidationCursor) -> bool
fn eq(&self, other: &AgenticMemoryConsolidationCursor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AgenticMemoryConsolidationCursor
impl StructuralPartialEq for AgenticMemoryConsolidationCursor
Auto Trait Implementations§
impl Freeze for AgenticMemoryConsolidationCursor
impl RefUnwindSafe for AgenticMemoryConsolidationCursor
impl Send for AgenticMemoryConsolidationCursor
impl Sync for AgenticMemoryConsolidationCursor
impl Unpin for AgenticMemoryConsolidationCursor
impl UnsafeUnpin for AgenticMemoryConsolidationCursor
impl UnwindSafe for AgenticMemoryConsolidationCursor
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.