pub struct AgenticMemoryCursor {
pub evaluation: u64,
pub valid_records: usize,
pub invalid_records: usize,
pub projected_fragments: usize,
pub result_count: usize,
}Expand description
AgenticMemoryCursor data container.
Fields§
§evaluation: u64evaluation field for evaluation.
valid_records: usizevalid_records field for valid records.
invalid_records: usizeinvalid_records field for invalid records.
projected_fragments: usizeprojected_fragments field for projected fragments.
result_count: usizeresult_count field for result count.
Trait Implementations§
Source§impl Clone for AgenticMemoryCursor
impl Clone for AgenticMemoryCursor
Source§fn clone(&self) -> AgenticMemoryCursor
fn clone(&self) -> AgenticMemoryCursor
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 Debug for AgenticMemoryCursor
impl Debug for AgenticMemoryCursor
Source§impl PartialEq for AgenticMemoryCursor
impl PartialEq for AgenticMemoryCursor
impl Eq for AgenticMemoryCursor
impl StructuralPartialEq for AgenticMemoryCursor
Auto Trait Implementations§
impl Freeze for AgenticMemoryCursor
impl RefUnwindSafe for AgenticMemoryCursor
impl Send for AgenticMemoryCursor
impl Sync for AgenticMemoryCursor
impl Unpin for AgenticMemoryCursor
impl UnsafeUnpin for AgenticMemoryCursor
impl UnwindSafe for AgenticMemoryCursor
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.