Struct diesel::r2d2::NopConnectionCustomizer [−][src]
pub struct NopConnectionCustomizer;
Expand description
A CustomizeConnection
which does nothing.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NopConnectionCustomizer
impl Send for NopConnectionCustomizer
impl Sync for NopConnectionCustomizer
impl Unpin for NopConnectionCustomizer
impl UnwindSafe for NopConnectionCustomizer
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more