pub struct LeanWorkerDerivedWorkFacts {
pub source_range_lookups: u64,
pub docstring_lookups: u64,
pub raw_type_renderings: u64,
pub pretty_prints: u64,
pub proof_search_fact_collections: u64,
pub simp_extension_lookups: u64,
pub parser_elaborator_runs: u64,
pub module_snapshot_builds: u64,
pub lazy_discr_tree_import_initialization_observed: bool,
}Expand description
Observable derived work performed by one host query.
Fields§
§source_range_lookups: u64§docstring_lookups: u64§raw_type_renderings: u64§pretty_prints: u64§proof_search_fact_collections: u64§simp_extension_lookups: u64§parser_elaborator_runs: u64§module_snapshot_builds: u64§lazy_discr_tree_import_initialization_observed: boolTrait Implementations§
Source§impl Clone for LeanWorkerDerivedWorkFacts
impl Clone for LeanWorkerDerivedWorkFacts
Source§fn clone(&self) -> LeanWorkerDerivedWorkFacts
fn clone(&self) -> LeanWorkerDerivedWorkFacts
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 moreSource§impl Debug for LeanWorkerDerivedWorkFacts
impl Debug for LeanWorkerDerivedWorkFacts
Source§impl Default for LeanWorkerDerivedWorkFacts
impl Default for LeanWorkerDerivedWorkFacts
Source§fn default() -> LeanWorkerDerivedWorkFacts
fn default() -> LeanWorkerDerivedWorkFacts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LeanWorkerDerivedWorkFacts
impl<'de> Deserialize<'de> for LeanWorkerDerivedWorkFacts
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<LeanWorkerDerivedWorkFacts, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<LeanWorkerDerivedWorkFacts, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LeanWorkerDerivedWorkFacts
Source§impl PartialEq for LeanWorkerDerivedWorkFacts
impl PartialEq for LeanWorkerDerivedWorkFacts
Source§fn eq(&self, other: &LeanWorkerDerivedWorkFacts) -> bool
fn eq(&self, other: &LeanWorkerDerivedWorkFacts) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LeanWorkerDerivedWorkFacts
impl Serialize for LeanWorkerDerivedWorkFacts
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for LeanWorkerDerivedWorkFacts
Auto Trait Implementations§
impl Freeze for LeanWorkerDerivedWorkFacts
impl RefUnwindSafe for LeanWorkerDerivedWorkFacts
impl Send for LeanWorkerDerivedWorkFacts
impl Sync for LeanWorkerDerivedWorkFacts
impl Unpin for LeanWorkerDerivedWorkFacts
impl UnsafeUnpin for LeanWorkerDerivedWorkFacts
impl UnwindSafe for LeanWorkerDerivedWorkFacts
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