pub struct Inflight { /* private fields */ }
Expand description
An Inflight
type tracks the frequency of actions that are actively occurring. When the value
is dropped from scope, the count will automatically decrease.
Implementations§
Auto Trait Implementations§
impl Freeze for Inflight
impl RefUnwindSafe for Inflight
impl Send for Inflight
impl Sync for Inflight
impl Unpin for Inflight
impl UnwindSafe for Inflight
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