pub struct PerfReport { /* private fields */ }Expand description
Shim type for reporting all performance deltas across importance categories.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PerfReport
impl RefUnwindSafe for PerfReport
impl Send for PerfReport
impl Sync for PerfReport
impl Unpin for PerfReport
impl UnwindSafe for PerfReport
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