pub struct PerformanceRuntimeSettings { /* private fields */ }Expand description
Resolved runtime settings that reflect the effective data collection and
instrumentation flags for a Performance instance.
Implementations§
Source§impl PerformanceRuntimeSettings
impl PerformanceRuntimeSettings
pub fn data_collection_enabled(&self) -> bool
pub fn instrumentation_enabled(&self) -> bool
Trait Implementations§
Source§impl Clone for PerformanceRuntimeSettings
impl Clone for PerformanceRuntimeSettings
Source§fn clone(&self) -> PerformanceRuntimeSettings
fn clone(&self) -> PerformanceRuntimeSettings
Returns a duplicate 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 PerformanceRuntimeSettings
impl Debug for PerformanceRuntimeSettings
Source§impl Default for PerformanceRuntimeSettings
impl Default for PerformanceRuntimeSettings
impl Eq for PerformanceRuntimeSettings
impl StructuralPartialEq for PerformanceRuntimeSettings
Auto Trait Implementations§
impl Freeze for PerformanceRuntimeSettings
impl RefUnwindSafe for PerformanceRuntimeSettings
impl Send for PerformanceRuntimeSettings
impl Sync for PerformanceRuntimeSettings
impl Unpin for PerformanceRuntimeSettings
impl UnwindSafe for PerformanceRuntimeSettings
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§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.