pub struct TransformStructuralIrShadowEquivalenceReportV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub fixture_count: usize,
pub compared_pass_ids: Vec<&'static str>,
pub compared_fields: Vec<&'static str>,
pub reports: Vec<TransformStructuralIrShadowFixtureReportV0>,
pub all_fields_match: bool,
pub all_typed_path_fields_match: bool,
pub typed_payload_projections_consumed: usize,
pub typed_payload_memo_hits: usize,
}Fields§
§schema_version: &'static str§product: &'static str§fixture_count: usize§compared_pass_ids: Vec<&'static str>§compared_fields: Vec<&'static str>§reports: Vec<TransformStructuralIrShadowFixtureReportV0>§all_fields_match: bool§all_typed_path_fields_match: bool§typed_payload_projections_consumed: usize§typed_payload_memo_hits: usizeTrait Implementations§
Source§impl Clone for TransformStructuralIrShadowEquivalenceReportV0
impl Clone for TransformStructuralIrShadowEquivalenceReportV0
Source§fn clone(&self) -> TransformStructuralIrShadowEquivalenceReportV0
fn clone(&self) -> TransformStructuralIrShadowEquivalenceReportV0
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 TransformStructuralIrShadowEquivalenceReportV0
impl StructuralPartialEq for TransformStructuralIrShadowEquivalenceReportV0
Auto Trait Implementations§
impl Freeze for TransformStructuralIrShadowEquivalenceReportV0
impl RefUnwindSafe for TransformStructuralIrShadowEquivalenceReportV0
impl Send for TransformStructuralIrShadowEquivalenceReportV0
impl Sync for TransformStructuralIrShadowEquivalenceReportV0
impl Unpin for TransformStructuralIrShadowEquivalenceReportV0
impl UnsafeUnpin for TransformStructuralIrShadowEquivalenceReportV0
impl UnwindSafe for TransformStructuralIrShadowEquivalenceReportV0
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.