pub struct AgenticMemoryKgProjectionCursor {
pub evaluation: u64,
pub valid_records: usize,
pub valid_drafts: usize,
pub invalid_drafts: usize,
pub projected_assertions: usize,
}Expand description
AgenticMemoryKgProjectionCursor data container.
Fields§
§evaluation: u64evaluation field for evaluation.
valid_records: usizevalid_records field for valid records.
valid_drafts: usizevalid_drafts field for valid drafts.
invalid_drafts: usizeinvalid_drafts field for invalid drafts.
projected_assertions: usizeprojected_assertions field for projected assertions.
Trait Implementations§
Source§impl Clone for AgenticMemoryKgProjectionCursor
impl Clone for AgenticMemoryKgProjectionCursor
Source§fn clone(&self) -> AgenticMemoryKgProjectionCursor
fn clone(&self) -> AgenticMemoryKgProjectionCursor
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 AgenticMemoryKgProjectionCursor
impl PartialEq for AgenticMemoryKgProjectionCursor
Source§fn eq(&self, other: &AgenticMemoryKgProjectionCursor) -> bool
fn eq(&self, other: &AgenticMemoryKgProjectionCursor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AgenticMemoryKgProjectionCursor
impl StructuralPartialEq for AgenticMemoryKgProjectionCursor
Auto Trait Implementations§
impl Freeze for AgenticMemoryKgProjectionCursor
impl RefUnwindSafe for AgenticMemoryKgProjectionCursor
impl Send for AgenticMemoryKgProjectionCursor
impl Sync for AgenticMemoryKgProjectionCursor
impl Unpin for AgenticMemoryKgProjectionCursor
impl UnsafeUnpin for AgenticMemoryKgProjectionCursor
impl UnwindSafe for AgenticMemoryKgProjectionCursor
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.