pub struct ActionHandler { /* private fields */ }
Expand description
Action handler for tracking async operations
Implementations§
Source§impl ActionHandler
impl ActionHandler
Auto Trait Implementations§
impl Freeze for ActionHandler
impl !RefUnwindSafe for ActionHandler
impl Send for ActionHandler
impl Sync for ActionHandler
impl Unpin for ActionHandler
impl !UnwindSafe for ActionHandler
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