pub struct TransformStructuralIrShadowFixtureReportV0 {Show 14 fields
pub schema_version: &'static str,
pub product: &'static str,
pub fixture: String,
pub pass_id: &'static str,
pub dialect: &'static str,
pub string_path_mutation_count: Option<usize>,
pub ir_path_mutation_count: Option<usize>,
pub typed_path_mutation_count: Option<usize>,
pub ir_path_transaction_commit_count: Option<u64>,
pub typed_payload_projections_consumed: usize,
pub typed_payload_memo_hits: usize,
pub fields: Vec<TransformStructuralIrShadowFieldReportV0>,
pub all_fields_match: bool,
pub all_typed_path_fields_match: bool,
}Fields§
§schema_version: &'static str§product: &'static str§fixture: String§pass_id: &'static str§dialect: &'static str§string_path_mutation_count: Option<usize>§ir_path_mutation_count: Option<usize>§typed_path_mutation_count: Option<usize>§ir_path_transaction_commit_count: Option<u64>§typed_payload_projections_consumed: usize§typed_payload_memo_hits: usize§fields: Vec<TransformStructuralIrShadowFieldReportV0>§all_fields_match: bool§all_typed_path_fields_match: boolTrait Implementations§
Source§impl Clone for TransformStructuralIrShadowFixtureReportV0
impl Clone for TransformStructuralIrShadowFixtureReportV0
Source§fn clone(&self) -> TransformStructuralIrShadowFixtureReportV0
fn clone(&self) -> TransformStructuralIrShadowFixtureReportV0
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 TransformStructuralIrShadowFixtureReportV0
impl StructuralPartialEq for TransformStructuralIrShadowFixtureReportV0
Auto Trait Implementations§
impl Freeze for TransformStructuralIrShadowFixtureReportV0
impl RefUnwindSafe for TransformStructuralIrShadowFixtureReportV0
impl Send for TransformStructuralIrShadowFixtureReportV0
impl Sync for TransformStructuralIrShadowFixtureReportV0
impl Unpin for TransformStructuralIrShadowFixtureReportV0
impl UnsafeUnpin for TransformStructuralIrShadowFixtureReportV0
impl UnwindSafe for TransformStructuralIrShadowFixtureReportV0
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.