pub struct AgenticMemoryContextPackingCursor {
pub evaluation: u64,
pub context_entries: usize,
pub text_projection_count: usize,
pub packed_entries: usize,
pub missing_text: usize,
pub char_count: usize,
}Expand description
AgenticMemoryContextPackingCursor data container.
Fields§
§evaluation: u64evaluation field for evaluation.
context_entries: usizecontext_entries field for context entries.
text_projection_count: usizetext_projection_count field for text projection count.
packed_entries: usizepacked_entries field for packed entries.
missing_text: usizemissing_text field for missing text.
char_count: usizechar_count field for char count.
Trait Implementations§
Source§impl Clone for AgenticMemoryContextPackingCursor
impl Clone for AgenticMemoryContextPackingCursor
Source§fn clone(&self) -> AgenticMemoryContextPackingCursor
fn clone(&self) -> AgenticMemoryContextPackingCursor
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 AgenticMemoryContextPackingCursor
impl PartialEq for AgenticMemoryContextPackingCursor
Source§fn eq(&self, other: &AgenticMemoryContextPackingCursor) -> bool
fn eq(&self, other: &AgenticMemoryContextPackingCursor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AgenticMemoryContextPackingCursor
impl StructuralPartialEq for AgenticMemoryContextPackingCursor
Auto Trait Implementations§
impl Freeze for AgenticMemoryContextPackingCursor
impl RefUnwindSafe for AgenticMemoryContextPackingCursor
impl Send for AgenticMemoryContextPackingCursor
impl Sync for AgenticMemoryContextPackingCursor
impl Unpin for AgenticMemoryContextPackingCursor
impl UnsafeUnpin for AgenticMemoryContextPackingCursor
impl UnwindSafe for AgenticMemoryContextPackingCursor
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.