pub enum AgenticMemoryRecordsPersistenceStatus {
Starting,
Ready,
Flushing,
Errored,
Disposed,
}Expand description
AgenticMemoryRecordsPersistenceStatus variants.
Variants§
Starting
Starting variant.
Ready
Ready variant.
Flushing
Flushing variant.
Errored
Errored variant.
Disposed
Disposed variant.
Trait Implementations§
Source§impl Clone for AgenticMemoryRecordsPersistenceStatus
impl Clone for AgenticMemoryRecordsPersistenceStatus
Source§fn clone(&self) -> AgenticMemoryRecordsPersistenceStatus
fn clone(&self) -> AgenticMemoryRecordsPersistenceStatus
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 AgenticMemoryRecordsPersistenceStatus
impl PartialEq for AgenticMemoryRecordsPersistenceStatus
Source§fn eq(&self, other: &AgenticMemoryRecordsPersistenceStatus) -> bool
fn eq(&self, other: &AgenticMemoryRecordsPersistenceStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AgenticMemoryRecordsPersistenceStatus
impl StructuralPartialEq for AgenticMemoryRecordsPersistenceStatus
Auto Trait Implementations§
impl Freeze for AgenticMemoryRecordsPersistenceStatus
impl RefUnwindSafe for AgenticMemoryRecordsPersistenceStatus
impl Send for AgenticMemoryRecordsPersistenceStatus
impl Sync for AgenticMemoryRecordsPersistenceStatus
impl Unpin for AgenticMemoryRecordsPersistenceStatus
impl UnsafeUnpin for AgenticMemoryRecordsPersistenceStatus
impl UnwindSafe for AgenticMemoryRecordsPersistenceStatus
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.