Struct fast_pool::ConnectionBox
source · pub struct ConnectionBox<M: Manager> {
pub inner: Option<M::Connection>,
/* private fields */
}Fields§
§inner: Option<M::Connection>Trait Implementations§
source§impl<M: Manager> Debug for ConnectionBox<M>
impl<M: Manager> Debug for ConnectionBox<M>
source§impl<M: Manager> Deref for ConnectionBox<M>
impl<M: Manager> Deref for ConnectionBox<M>
source§impl<M: Manager> DerefMut for ConnectionBox<M>
impl<M: Manager> DerefMut for ConnectionBox<M>
Auto Trait Implementations§
impl<M> RefUnwindSafe for ConnectionBox<M>
impl<M> Send for ConnectionBox<M>
impl<M> Sync for ConnectionBox<M>
impl<M> Unpin for ConnectionBox<M>
impl<M> UnwindSafe for ConnectionBox<M>
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