pub struct PerfOps;Expand description
PerfOps
Implementations§
Source§impl PerfOps
impl PerfOps
pub fn snapshot(request: PageRequest) -> PerfSnapshot
Auto Trait Implementations§
impl Freeze for PerfOps
impl RefUnwindSafe for PerfOps
impl Send for PerfOps
impl Sync for PerfOps
impl Unpin for PerfOps
impl UnwindSafe for PerfOps
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