pub struct SemanticMemoryBackendProfileV1 {
pub schema: String,
pub owner: String,
pub authoritative_store: String,
pub derived_candidate_backend: String,
pub exact_f32_rerank_required: bool,
pub direct_provekv_dependency_allowed: bool,
pub recall_integration_allowed: bool,
pub missing_generation_behavior: String,
}Fields§
§schema: String§owner: String§derived_candidate_backend: String§exact_f32_rerank_required: bool§direct_provekv_dependency_allowed: bool§recall_integration_allowed: bool§missing_generation_behavior: StringImplementations§
Source§impl SemanticMemoryBackendProfileV1
impl SemanticMemoryBackendProfileV1
pub const SCHEMA: &'static str = "AiDENsSemanticMemoryBackendProfileV1"
pub fn provekv_derived_candidate() -> SemanticMemoryBackendProfileV1
pub fn validate(&self) -> Result<(), MemoryProfileError>
Trait Implementations§
Source§impl Clone for SemanticMemoryBackendProfileV1
impl Clone for SemanticMemoryBackendProfileV1
Source§fn clone(&self) -> SemanticMemoryBackendProfileV1
fn clone(&self) -> SemanticMemoryBackendProfileV1
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<'de> Deserialize<'de> for SemanticMemoryBackendProfileV1
impl<'de> Deserialize<'de> for SemanticMemoryBackendProfileV1
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SemanticMemoryBackendProfileV1, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SemanticMemoryBackendProfileV1, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SemanticMemoryBackendProfileV1
Source§impl PartialEq for SemanticMemoryBackendProfileV1
impl PartialEq for SemanticMemoryBackendProfileV1
Source§fn eq(&self, other: &SemanticMemoryBackendProfileV1) -> bool
fn eq(&self, other: &SemanticMemoryBackendProfileV1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SemanticMemoryBackendProfileV1
impl Serialize for SemanticMemoryBackendProfileV1
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for SemanticMemoryBackendProfileV1
Auto Trait Implementations§
impl Freeze for SemanticMemoryBackendProfileV1
impl RefUnwindSafe for SemanticMemoryBackendProfileV1
impl Send for SemanticMemoryBackendProfileV1
impl Sync for SemanticMemoryBackendProfileV1
impl Unpin for SemanticMemoryBackendProfileV1
impl UnsafeUnpin for SemanticMemoryBackendProfileV1
impl UnwindSafe for SemanticMemoryBackendProfileV1
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.