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