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