pub struct LeanDerivedWorkFacts {
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,
}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 LeanDerivedWorkFacts
impl Clone for LeanDerivedWorkFacts
Source§fn clone(&self) -> LeanDerivedWorkFacts
fn clone(&self) -> LeanDerivedWorkFacts
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 LeanDerivedWorkFacts
impl Debug for LeanDerivedWorkFacts
Source§impl Default for LeanDerivedWorkFacts
impl Default for LeanDerivedWorkFacts
Source§fn default() -> LeanDerivedWorkFacts
fn default() -> LeanDerivedWorkFacts
Returns the “default value” for a type. Read more
impl Eq for LeanDerivedWorkFacts
Source§impl PartialEq for LeanDerivedWorkFacts
impl PartialEq for LeanDerivedWorkFacts
impl StructuralPartialEq for LeanDerivedWorkFacts
Source§impl<'lean> TryFromLean<'lean> for LeanDerivedWorkFacts
impl<'lean> TryFromLean<'lean> for LeanDerivedWorkFacts
Source§fn try_from_lean(obj: Obj<'lean>) -> LeanResult<Self>
fn try_from_lean(obj: Obj<'lean>) -> LeanResult<Self>
Decode
obj into Self, returning a
LeanError::Host with stage
[HostStage::Conversion] if the object’s kind or payload is
outside the type’s representable range. Read moreAuto Trait Implementations§
impl Freeze for LeanDerivedWorkFacts
impl RefUnwindSafe for LeanDerivedWorkFacts
impl Send for LeanDerivedWorkFacts
impl Sync for LeanDerivedWorkFacts
impl Unpin for LeanDerivedWorkFacts
impl UnsafeUnpin for LeanDerivedWorkFacts
impl UnwindSafe for LeanDerivedWorkFacts
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