pub struct LeanImportProfilerOptions {
pub profiler: bool,
pub trace_profiler: bool,
pub trace_profiler_output: Option<String>,
}Expand description
Lean profiler toggles scoped to diagnostic profiling imports.
Fields§
§profiler: bool§trace_profiler: bool§trace_profiler_output: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for LeanImportProfilerOptions
impl Clone for LeanImportProfilerOptions
Source§fn clone(&self) -> LeanImportProfilerOptions
fn clone(&self) -> LeanImportProfilerOptions
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 LeanImportProfilerOptions
impl Debug for LeanImportProfilerOptions
Source§impl Default for LeanImportProfilerOptions
impl Default for LeanImportProfilerOptions
Source§fn default() -> LeanImportProfilerOptions
fn default() -> LeanImportProfilerOptions
Returns the “default value” for a type. Read more
impl Eq for LeanImportProfilerOptions
impl StructuralPartialEq for LeanImportProfilerOptions
Auto Trait Implementations§
impl Freeze for LeanImportProfilerOptions
impl RefUnwindSafe for LeanImportProfilerOptions
impl Send for LeanImportProfilerOptions
impl Sync for LeanImportProfilerOptions
impl Unpin for LeanImportProfilerOptions
impl UnsafeUnpin for LeanImportProfilerOptions
impl UnwindSafe for LeanImportProfilerOptions
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