pub struct ProfileSession { /* private fields */ }Expand description
Profile session for a single operation
Implementations§
Auto Trait Implementations§
impl Freeze for ProfileSession
impl !RefUnwindSafe for ProfileSession
impl Send for ProfileSession
impl Sync for ProfileSession
impl Unpin for ProfileSession
impl UnsafeUnpin for ProfileSession
impl !UnwindSafe for ProfileSession
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