pub struct ResearchProvenancePackageValidation {
pub schema_version: u32,
pub plan_id: String,
pub bundle_id: String,
pub file_count: usize,
pub checksummed_file_count: usize,
pub lineage_record_count: usize,
pub data_envelope_count: usize,
pub has_prediction_cache_manifest: bool,
pub has_artifact_manifest: bool,
}Fields§
§schema_version: u32§plan_id: String§bundle_id: String§file_count: usize§checksummed_file_count: usize§lineage_record_count: usize§data_envelope_count: usize§has_prediction_cache_manifest: bool§has_artifact_manifest: boolTrait Implementations§
Source§impl Clone for ResearchProvenancePackageValidation
impl Clone for ResearchProvenancePackageValidation
Source§fn clone(&self) -> ResearchProvenancePackageValidation
fn clone(&self) -> ResearchProvenancePackageValidation
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 ResearchProvenancePackageValidation
impl<'de> Deserialize<'de> for ResearchProvenancePackageValidation
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ResearchProvenancePackageValidation, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ResearchProvenancePackageValidation, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ResearchProvenancePackageValidation
Source§impl PartialEq for ResearchProvenancePackageValidation
impl PartialEq for ResearchProvenancePackageValidation
Source§fn eq(&self, other: &ResearchProvenancePackageValidation) -> bool
fn eq(&self, other: &ResearchProvenancePackageValidation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ResearchProvenancePackageValidation
impl Serialize for ResearchProvenancePackageValidation
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 ResearchProvenancePackageValidation
Auto Trait Implementations§
impl Freeze for ResearchProvenancePackageValidation
impl RefUnwindSafe for ResearchProvenancePackageValidation
impl Send for ResearchProvenancePackageValidation
impl Sync for ResearchProvenancePackageValidation
impl Unpin for ResearchProvenancePackageValidation
impl UnsafeUnpin for ResearchProvenancePackageValidation
impl UnwindSafe for ResearchProvenancePackageValidation
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.