pub struct H2PoolGuard { /* private fields */ }Expand description
A guard that releases an H2 connection back to the pool when dropped.
Implementations§
Trait Implementations§
Source§impl Drop for H2PoolGuard
impl Drop for H2PoolGuard
Auto Trait Implementations§
impl Freeze for H2PoolGuard
impl RefUnwindSafe for H2PoolGuard
impl Send for H2PoolGuard
impl Sync for H2PoolGuard
impl Unpin for H2PoolGuard
impl UnsafeUnpin for H2PoolGuard
impl UnwindSafe for H2PoolGuard
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