Struct r2d2::NopConnectionCustomizer
[−]
[src]
pub struct NopConnectionCustomizer;
A CustomizeConnection
which does nothing.
pub struct NopConnectionCustomizer;
A CustomizeConnection
which does nothing.
impl<C, E> CustomizeConnection<C, E> for NopConnectionCustomizer
fn on_acquire(&self, conn: &mut C) -> Result<(), E>
impl Debug for NopConnectionCustomizer
impl Clone for NopConnectionCustomizer
fn clone(&self) -> NopConnectionCustomizer
fn clone_from(&mut self, source: &Self)
impl Copy for NopConnectionCustomizer