pub struct AgenticMemoryRetentionCursor {
pub evaluation: u64,
pub valid_records: usize,
pub valid_commands: usize,
pub invalid_commands: usize,
pub active_records: usize,
pub archived_records: usize,
pub consolidation_requests: usize,
}Expand description
AgenticMemoryRetentionCursor data container.
Fields§
§evaluation: u64evaluation field for evaluation.
valid_records: usizevalid_records field for valid records.
valid_commands: usizevalid_commands field for valid commands.
invalid_commands: usizeinvalid_commands field for invalid commands.
active_records: usizeactive_records field for active records.
archived_records: usizearchived_records field for archived records.
consolidation_requests: usizeconsolidation_requests field for consolidation requests.
Trait Implementations§
Source§impl Clone for AgenticMemoryRetentionCursor
impl Clone for AgenticMemoryRetentionCursor
Source§fn clone(&self) -> AgenticMemoryRetentionCursor
fn clone(&self) -> AgenticMemoryRetentionCursor
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 AgenticMemoryRetentionCursor
impl Debug for AgenticMemoryRetentionCursor
Source§impl PartialEq for AgenticMemoryRetentionCursor
impl PartialEq for AgenticMemoryRetentionCursor
Source§fn eq(&self, other: &AgenticMemoryRetentionCursor) -> bool
fn eq(&self, other: &AgenticMemoryRetentionCursor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AgenticMemoryRetentionCursor
impl StructuralPartialEq for AgenticMemoryRetentionCursor
Auto Trait Implementations§
impl Freeze for AgenticMemoryRetentionCursor
impl RefUnwindSafe for AgenticMemoryRetentionCursor
impl Send for AgenticMemoryRetentionCursor
impl Sync for AgenticMemoryRetentionCursor
impl Unpin for AgenticMemoryRetentionCursor
impl UnsafeUnpin for AgenticMemoryRetentionCursor
impl UnwindSafe for AgenticMemoryRetentionCursor
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.