pub struct NativeStage2CoverageSummaryV0 {
pub schema_version: String,
pub product: String,
pub binding_source: String,
pub selection_basis: Vec<String>,
pub stage1_fallback: NativeStage2CoverageFallbackV0,
pub covered_features: Vec<NativeStage2CoveredFeatureV0>,
pub uncovered_features: Vec<NativeStage2UncoveredFeatureV0>,
pub covered_feature_count: usize,
pub uncovered_feature_count: usize,
pub covered_pass_census_valid: bool,
pub binding_census_valid: bool,
pub valid: bool,
}Fields§
§schema_version: String§product: String§binding_source: String§selection_basis: Vec<String>§stage1_fallback: NativeStage2CoverageFallbackV0§covered_features: Vec<NativeStage2CoveredFeatureV0>§uncovered_features: Vec<NativeStage2UncoveredFeatureV0>§covered_feature_count: usize§uncovered_feature_count: usize§covered_pass_census_valid: bool§binding_census_valid: bool§valid: boolTrait Implementations§
Source§impl Clone for NativeStage2CoverageSummaryV0
impl Clone for NativeStage2CoverageSummaryV0
Source§fn clone(&self) -> NativeStage2CoverageSummaryV0
fn clone(&self) -> NativeStage2CoverageSummaryV0
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 NativeStage2CoverageSummaryV0
impl StructuralPartialEq for NativeStage2CoverageSummaryV0
Auto Trait Implementations§
impl Freeze for NativeStage2CoverageSummaryV0
impl RefUnwindSafe for NativeStage2CoverageSummaryV0
impl Send for NativeStage2CoverageSummaryV0
impl Sync for NativeStage2CoverageSummaryV0
impl Unpin for NativeStage2CoverageSummaryV0
impl UnsafeUnpin for NativeStage2CoverageSummaryV0
impl UnwindSafe for NativeStage2CoverageSummaryV0
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.