pub struct NoopPoolAdapter {}Expand description
Dummy adapter used as a placeholder for real implementations
Trait Implementations§
Source§impl PoolAdapter for NoopPoolAdapter
impl PoolAdapter for NoopPoolAdapter
Auto Trait Implementations§
impl Freeze for NoopPoolAdapter
impl RefUnwindSafe for NoopPoolAdapter
impl Send for NoopPoolAdapter
impl Sync for NoopPoolAdapter
impl Unpin for NoopPoolAdapter
impl UnwindSafe for NoopPoolAdapter
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more