pub struct ProvenanceSummary {
pub span_count: usize,
pub origin_count: usize,
pub parsed_count: usize,
pub expanded_count: usize,
pub lowered_count: usize,
pub synthesized_count: usize,
}Expand description
Aggregated provenance table counts captured during one compile run.
Fields§
§span_count: usizeTotal number of interned spans.
origin_count: usizeTotal number of provenance nodes.
parsed_count: usizeNumber of parsed origins.
expanded_count: usizeNumber of expanded origins.
lowered_count: usizeNumber of lowered origins.
synthesized_count: usizeNumber of synthesized origins.
Trait Implementations§
Source§impl Clone for ProvenanceSummary
impl Clone for ProvenanceSummary
Source§fn clone(&self) -> ProvenanceSummary
fn clone(&self) -> ProvenanceSummary
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProvenanceSummary
impl Debug for ProvenanceSummary
Source§impl PartialEq for ProvenanceSummary
impl PartialEq for ProvenanceSummary
impl Copy for ProvenanceSummary
impl Eq for ProvenanceSummary
impl StructuralPartialEq for ProvenanceSummary
Auto Trait Implementations§
impl Freeze for ProvenanceSummary
impl RefUnwindSafe for ProvenanceSummary
impl Send for ProvenanceSummary
impl Sync for ProvenanceSummary
impl Unpin for ProvenanceSummary
impl UnwindSafe for ProvenanceSummary
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
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.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more