pub struct Item<K: Eq + Hash, I> { /* private fields */ }Expand description
An item in the connection pool.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, I> Freeze for Item<K, I>where
I: Freeze,
impl<K, I> !RefUnwindSafe for Item<K, I>
impl<K, I> Send for Item<K, I>
impl<K, I> Sync for Item<K, I>
impl<K, I> Unpin for Item<K, I>where
I: Unpin,
impl<K, I> !UnwindSafe for Item<K, I>
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