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