pub struct RequestGuard { /* private fields */ }Expand description
RAII guard for request tracking Automatically decrements the in-flight counter when dropped
Implementations§
Trait Implementations§
Source§impl Drop for RequestGuard
impl Drop for RequestGuard
Auto Trait Implementations§
impl Freeze for RequestGuard
impl RefUnwindSafe for RequestGuard
impl Send for RequestGuard
impl Sync for RequestGuard
impl Unpin for RequestGuard
impl UnsafeUnpin for RequestGuard
impl UnwindSafe for RequestGuard
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