pub struct NativeMemoryAdapterHealth {
pub agent: String,
pub path: PathBuf,
pub status: String,
pub reason: String,
}Expand description
Reason-coded health for one configured native-memory adapter source.
Fields§
§agent: StringNative agent adapter, such as claude or codex.
path: PathBufConfigured source path checked by the adapter.
status: StringAdapter health status: supported, missing, or drifted.
reason: StringStable reason code for diagnostics and recovery docs.
Trait Implementations§
Source§impl Clone for NativeMemoryAdapterHealth
impl Clone for NativeMemoryAdapterHealth
Source§fn clone(&self) -> NativeMemoryAdapterHealth
fn clone(&self) -> NativeMemoryAdapterHealth
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 NativeMemoryAdapterHealth
impl Debug for NativeMemoryAdapterHealth
impl Eq for NativeMemoryAdapterHealth
impl StructuralPartialEq for NativeMemoryAdapterHealth
Auto Trait Implementations§
impl Freeze for NativeMemoryAdapterHealth
impl RefUnwindSafe for NativeMemoryAdapterHealth
impl Send for NativeMemoryAdapterHealth
impl Sync for NativeMemoryAdapterHealth
impl Unpin for NativeMemoryAdapterHealth
impl UnsafeUnpin for NativeMemoryAdapterHealth
impl UnwindSafe for NativeMemoryAdapterHealth
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.