pub struct RequestGuard<'a> { /* private fields */ }Expand description
RAII guard for tracking in-flight requests
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RequestGuard<'a>
impl<'a> RefUnwindSafe for RequestGuard<'a>
impl<'a> Send for RequestGuard<'a>
impl<'a> Sync for RequestGuard<'a>
impl<'a> Unpin for RequestGuard<'a>
impl<'a> UnwindSafe for RequestGuard<'a>
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