pub struct AgenticMemoryContextPackingStatus {
pub state: AgenticMemoryStatusState,
pub cursor: AgenticMemoryContextPackingCursor,
}Expand description
AgenticMemoryContextPackingStatus data container.
Fields§
§state: AgenticMemoryStatusStatestate field for state.
cursor: AgenticMemoryContextPackingCursorcursor field for cursor.
Trait Implementations§
Source§impl Clone for AgenticMemoryContextPackingStatus
impl Clone for AgenticMemoryContextPackingStatus
Source§fn clone(&self) -> AgenticMemoryContextPackingStatus
fn clone(&self) -> AgenticMemoryContextPackingStatus
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 AgenticMemoryContextPackingStatus
impl PartialEq for AgenticMemoryContextPackingStatus
Source§fn eq(&self, other: &AgenticMemoryContextPackingStatus) -> bool
fn eq(&self, other: &AgenticMemoryContextPackingStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AgenticMemoryContextPackingStatus
Auto Trait Implementations§
impl Freeze for AgenticMemoryContextPackingStatus
impl RefUnwindSafe for AgenticMemoryContextPackingStatus
impl Send for AgenticMemoryContextPackingStatus
impl Sync for AgenticMemoryContextPackingStatus
impl Unpin for AgenticMemoryContextPackingStatus
impl UnsafeUnpin for AgenticMemoryContextPackingStatus
impl UnwindSafe for AgenticMemoryContextPackingStatus
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