pub struct DerivedGraphSnapshotMetadata {
pub runtime_version: String,
pub schema_version: i64,
pub root: String,
pub source_generation: IndexGeneration,
pub source_state_digest: String,
pub capability_fingerprint: String,
}Expand description
Portable snapshot metadata that contains no project or machine identity.
Fields§
§runtime_version: StringRuntime version that wrote the portable contract.
schema_version: i64SQLite schema understood by the writer.
root: StringLogical archive root; always ..
source_generation: IndexGenerationComplete source graph generation captured privately.
source_state_digest: StringDigest of current repository-relative node identities and content hashes.
capability_fingerprint: StringComplete index capability/registry contract fingerprint.
Trait Implementations§
Source§impl Clone for DerivedGraphSnapshotMetadata
impl Clone for DerivedGraphSnapshotMetadata
Source§fn clone(&self) -> DerivedGraphSnapshotMetadata
fn clone(&self) -> DerivedGraphSnapshotMetadata
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 DerivedGraphSnapshotMetadata
impl Debug for DerivedGraphSnapshotMetadata
Source§impl<'de> Deserialize<'de> for DerivedGraphSnapshotMetadata
impl<'de> Deserialize<'de> for DerivedGraphSnapshotMetadata
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
Source§impl PartialEq for DerivedGraphSnapshotMetadata
impl PartialEq for DerivedGraphSnapshotMetadata
Source§fn eq(&self, other: &DerivedGraphSnapshotMetadata) -> bool
fn eq(&self, other: &DerivedGraphSnapshotMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DerivedGraphSnapshotMetadata
impl StructuralPartialEq for DerivedGraphSnapshotMetadata
Auto Trait Implementations§
impl Freeze for DerivedGraphSnapshotMetadata
impl RefUnwindSafe for DerivedGraphSnapshotMetadata
impl Send for DerivedGraphSnapshotMetadata
impl Sync for DerivedGraphSnapshotMetadata
impl Unpin for DerivedGraphSnapshotMetadata
impl UnwindSafe for DerivedGraphSnapshotMetadata
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
Compare self to
key and return true if they are equal.§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