pub struct PooledClientInner { /* private fields */ }Expand description
A smart wrapper for a borrowed client. Returns to pool automatically on Drop.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PooledClientInner
impl !RefUnwindSafe for PooledClientInner
impl Send for PooledClientInner
impl Sync for PooledClientInner
impl Unpin for PooledClientInner
impl UnsafeUnpin for PooledClientInner
impl !UnwindSafe for PooledClientInner
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