pub struct ProveKvPoolGenerationV1 {
pub schema_version: String,
pub generation_id: String,
pub embedding_snapshot_digest: String,
pub source_digest: String,
pub pool_manifest_digest: String,
pub codec_family: String,
pub codec_profile: String,
pub vector_dim: usize,
pub item_count: usize,
pub payload_bytes: u64,
pub created_at: DateTime<Utc>,
}Expand description
Stable generation-level manifest for derived proveKV/poly-kv pool candidate artifacts.
Fields§
§schema_version: String§generation_id: String§embedding_snapshot_digest: String§source_digest: String§pool_manifest_digest: String§codec_family: String§codec_profile: String§vector_dim: usize§item_count: usize§payload_bytes: u64§created_at: DateTime<Utc>Trait Implementations§
Source§impl Clone for ProveKvPoolGenerationV1
impl Clone for ProveKvPoolGenerationV1
Source§fn clone(&self) -> ProveKvPoolGenerationV1
fn clone(&self) -> ProveKvPoolGenerationV1
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 ProveKvPoolGenerationV1
impl Debug for ProveKvPoolGenerationV1
Source§impl<'de> Deserialize<'de> for ProveKvPoolGenerationV1
impl<'de> Deserialize<'de> for ProveKvPoolGenerationV1
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 ProveKvPoolGenerationV1
Source§impl PartialEq for ProveKvPoolGenerationV1
impl PartialEq for ProveKvPoolGenerationV1
Source§fn eq(&self, other: &ProveKvPoolGenerationV1) -> bool
fn eq(&self, other: &ProveKvPoolGenerationV1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProveKvPoolGenerationV1
impl Serialize for ProveKvPoolGenerationV1
impl StructuralPartialEq for ProveKvPoolGenerationV1
Auto Trait Implementations§
impl Freeze for ProveKvPoolGenerationV1
impl RefUnwindSafe for ProveKvPoolGenerationV1
impl Send for ProveKvPoolGenerationV1
impl Sync for ProveKvPoolGenerationV1
impl Unpin for ProveKvPoolGenerationV1
impl UnsafeUnpin for ProveKvPoolGenerationV1
impl UnwindSafe for ProveKvPoolGenerationV1
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.