pub enum RuntimeCandidateBackendHint {
SemanticMemoryDefault,
ProveKvPoolCandidate,
}Expand description
Runtime-level hint for semantic-memory candidate backend selection.
This is intentionally a hint/trace value only. Knowledge Runtime does not construct or depend on proveKV/poly-kv backends directly.
Variants§
Trait Implementations§
Source§impl Clone for RuntimeCandidateBackendHint
impl Clone for RuntimeCandidateBackendHint
Source§fn clone(&self) -> RuntimeCandidateBackendHint
fn clone(&self) -> RuntimeCandidateBackendHint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RuntimeCandidateBackendHint
impl Debug for RuntimeCandidateBackendHint
Source§impl<'de> Deserialize<'de> for RuntimeCandidateBackendHint
impl<'de> Deserialize<'de> for RuntimeCandidateBackendHint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RuntimeCandidateBackendHint
Source§impl PartialEq for RuntimeCandidateBackendHint
impl PartialEq for RuntimeCandidateBackendHint
Source§fn eq(&self, other: &RuntimeCandidateBackendHint) -> bool
fn eq(&self, other: &RuntimeCandidateBackendHint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RuntimeCandidateBackendHint
Auto Trait Implementations§
impl Freeze for RuntimeCandidateBackendHint
impl RefUnwindSafe for RuntimeCandidateBackendHint
impl Send for RuntimeCandidateBackendHint
impl Sync for RuntimeCandidateBackendHint
impl Unpin for RuntimeCandidateBackendHint
impl UnsafeUnpin for RuntimeCandidateBackendHint
impl UnwindSafe for RuntimeCandidateBackendHint
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<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.