pub struct ActionHandle<'a> { /* private fields */ }Expand description
Handle for tracking an action’s duration in the trace.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ActionHandle<'a>
impl<'a> !RefUnwindSafe for ActionHandle<'a>
impl<'a> Send for ActionHandle<'a>
impl<'a> Sync for ActionHandle<'a>
impl<'a> Unpin for ActionHandle<'a>
impl<'a> !UnwindSafe for ActionHandle<'a>
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