pub struct ReportBuilder { /* private fields */ }
Implementations§
Source§impl ReportBuilder
impl ReportBuilder
pub fn new() -> Self
pub fn group_by_category(self, _enabled: bool) -> Self
pub fn include_percentiles(self, _enabled: bool) -> Self
pub fn time_format(self, _format: TimeFormat) -> Self
pub fn sort_by_time(self, _enabled: bool) -> Self
pub fn build(self) -> ProfileReport
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReportBuilder
impl RefUnwindSafe for ReportBuilder
impl Send for ReportBuilder
impl Sync for ReportBuilder
impl Unpin for ReportBuilder
impl UnwindSafe for ReportBuilder
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