pub struct InstrumentationSessionV0 { /* private fields */ }Implementations§
Source§impl InstrumentationSessionV0
impl InstrumentationSessionV0
pub fn reset_resolver_style_identity_index_counts(&self)
pub fn record_resolver_style_identity_index_build(&self, work_count: usize)
pub fn resolver_style_identity_index_counts( &self, ) -> ResolverStyleIdentityIndexCountsV0
pub fn reset_salsa_query_run_counts(&self)
pub fn record_salsa_digest_query_run(&self)
pub fn record_salsa_dependency_query_run(&self)
pub fn record_salsa_transitive_leaf_query_run(&self)
pub fn record_salsa_transitive_a_query_run(&self)
pub fn record_salsa_transitive_b_query_run(&self)
pub fn record_salsa_transitive_c_query_run(&self)
pub fn salsa_query_run_counts(&self) -> SalsaQueryRunCountsV0
Trait Implementations§
Source§impl Clone for InstrumentationSessionV0
impl Clone for InstrumentationSessionV0
Source§fn clone(&self) -> InstrumentationSessionV0
fn clone(&self) -> InstrumentationSessionV0
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 InstrumentationSessionV0
impl Debug for InstrumentationSessionV0
Source§impl Default for InstrumentationSessionV0
impl Default for InstrumentationSessionV0
Source§fn default() -> InstrumentationSessionV0
fn default() -> InstrumentationSessionV0
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InstrumentationSessionV0
impl RefUnwindSafe for InstrumentationSessionV0
impl Send for InstrumentationSessionV0
impl Sync for InstrumentationSessionV0
impl Unpin for InstrumentationSessionV0
impl UnsafeUnpin for InstrumentationSessionV0
impl UnwindSafe for InstrumentationSessionV0
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