pub struct PendingOpsTracker { /* private fields */ }Expand description
Track pending async operations.
Implementations§
Trait Implementations§
Source§impl Default for PendingOpsTracker
impl Default for PendingOpsTracker
Source§fn default() -> PendingOpsTracker
fn default() -> PendingOpsTracker
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PendingOpsTracker
impl RefUnwindSafe for PendingOpsTracker
impl Send for PendingOpsTracker
impl Sync for PendingOpsTracker
impl Unpin for PendingOpsTracker
impl UnsafeUnpin for PendingOpsTracker
impl UnwindSafe for PendingOpsTracker
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