pub struct TransformSourceMapIntegrityFixtureReportV0 {Show 16 fields
pub fixture: &'static str,
pub pass_ids: Vec<&'static str>,
pub mutation_count: usize,
pub source_byte_len: usize,
pub generated_byte_len: usize,
pub segment_count: usize,
pub surviving_node_count: usize,
pub mapped_surviving_node_count: usize,
pub map_parsed: bool,
pub decoded_segment_count: usize,
pub upstream_decoded_segment_count: usize,
pub upstream_map_applied: bool,
pub composition_fallback_reason: Option<String>,
pub composed_map_parsed: bool,
pub no_dangling_segments: bool,
pub complete: bool,
}Fields§
§fixture: &'static str§pass_ids: Vec<&'static str>§mutation_count: usize§source_byte_len: usize§generated_byte_len: usize§segment_count: usize§surviving_node_count: usize§mapped_surviving_node_count: usize§map_parsed: bool§decoded_segment_count: usize§upstream_decoded_segment_count: usize§upstream_map_applied: bool§composition_fallback_reason: Option<String>§composed_map_parsed: bool§no_dangling_segments: bool§complete: boolTrait Implementations§
Source§impl Clone for TransformSourceMapIntegrityFixtureReportV0
impl Clone for TransformSourceMapIntegrityFixtureReportV0
Source§fn clone(&self) -> TransformSourceMapIntegrityFixtureReportV0
fn clone(&self) -> TransformSourceMapIntegrityFixtureReportV0
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 TransformSourceMapIntegrityFixtureReportV0
impl StructuralPartialEq for TransformSourceMapIntegrityFixtureReportV0
Auto Trait Implementations§
impl Freeze for TransformSourceMapIntegrityFixtureReportV0
impl RefUnwindSafe for TransformSourceMapIntegrityFixtureReportV0
impl Send for TransformSourceMapIntegrityFixtureReportV0
impl Sync for TransformSourceMapIntegrityFixtureReportV0
impl Unpin for TransformSourceMapIntegrityFixtureReportV0
impl UnsafeUnpin for TransformSourceMapIntegrityFixtureReportV0
impl UnwindSafe for TransformSourceMapIntegrityFixtureReportV0
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.