pub struct BB8<R: Role = Contributor>(pub R);Expand description
bb8 - Full-featured async (tokio-based) connection pool (like r2d2).
Tuple Fields§
§0: RBlanket 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