pub struct ReportConfig {
pub include_percentiles: bool,
pub group_by_category: bool,
pub time_format: TimeFormat,
pub sort_by: SortMetric,
pub sort_by_time: bool,
pub min_samples: u64,
}
Fields§
§include_percentiles: bool
§group_by_category: bool
§time_format: TimeFormat
§sort_by: SortMetric
§sort_by_time: bool
§min_samples: u64
Trait Implementations§
Source§impl Debug for ReportConfig
impl Debug for ReportConfig
Auto Trait Implementations§
impl Freeze for ReportConfig
impl RefUnwindSafe for ReportConfig
impl Send for ReportConfig
impl Sync for ReportConfig
impl Unpin for ReportConfig
impl UnwindSafe for ReportConfig
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