pub struct TransformTargetDataContractV0 {Show 27 fields
pub product: &'static str,
pub contract_id: &'static str,
pub snapshot_id: String,
pub browser_threshold_schema_version: String,
pub pass_feature_binding_schema_version: String,
pub browser_threshold_refreshed_at: String,
pub pass_feature_binding_refreshed_at: String,
pub threshold_source_policy: String,
pub caniuse_resolver_workspace_dependency: String,
pub caniuse_resolver_cargo_package: String,
pub caniuse_resolver_cargo_version: String,
pub source_files: Vec<&'static str>,
pub parse_error_count: usize,
pub quorum_min_sources: usize,
pub browser_threshold_table_count: usize,
pub browser_threshold_entry_count: usize,
pub pass_feature_binding_count: usize,
pub stale_entry_count: usize,
pub unmapped_threshold_table_count: usize,
pub unresolvable_threshold_query_count: usize,
pub runtime_fallback_feature_keys: Vec<&'static str>,
pub runtime_fallback_feature_count: usize,
pub generated_coverage_complete: bool,
pub quorum_valid: bool,
pub bindings_valid: bool,
pub resolver_provenance_valid: bool,
pub valid: bool,
}Fields§
§product: &'static str§contract_id: &'static str§snapshot_id: String§browser_threshold_schema_version: String§pass_feature_binding_schema_version: String§browser_threshold_refreshed_at: String§pass_feature_binding_refreshed_at: String§threshold_source_policy: String§caniuse_resolver_workspace_dependency: String§caniuse_resolver_cargo_package: String§caniuse_resolver_cargo_version: String§source_files: Vec<&'static str>§parse_error_count: usize§quorum_min_sources: usize§browser_threshold_table_count: usize§browser_threshold_entry_count: usize§pass_feature_binding_count: usize§stale_entry_count: usize§unmapped_threshold_table_count: usize§unresolvable_threshold_query_count: usize§runtime_fallback_feature_keys: Vec<&'static str>§runtime_fallback_feature_count: usize§generated_coverage_complete: bool§quorum_valid: bool§bindings_valid: bool§resolver_provenance_valid: bool§valid: boolTrait Implementations§
Source§impl Clone for TransformTargetDataContractV0
impl Clone for TransformTargetDataContractV0
Source§fn clone(&self) -> TransformTargetDataContractV0
fn clone(&self) -> TransformTargetDataContractV0
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 moreimpl Eq for TransformTargetDataContractV0
impl StructuralPartialEq for TransformTargetDataContractV0
Auto Trait Implementations§
impl Freeze for TransformTargetDataContractV0
impl RefUnwindSafe for TransformTargetDataContractV0
impl Send for TransformTargetDataContractV0
impl Sync for TransformTargetDataContractV0
impl Unpin for TransformTargetDataContractV0
impl UnsafeUnpin for TransformTargetDataContractV0
impl UnwindSafe for TransformTargetDataContractV0
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,
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.