Struct r2d2::NopConnectionCustomizer [] [src]

pub struct NopConnectionCustomizer;

A CustomizeConnection which does nothing.

Trait Implementations

impl Copy for NopConnectionCustomizer
[src]

impl Clone for NopConnectionCustomizer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NopConnectionCustomizer
[src]

[src]

Formats the value using the given formatter.

impl<C, E> CustomizeConnection<C, E> for NopConnectionCustomizer
[src]

[src]

Called with connections immediately after they are returned from ManageConnection::connect. Read more

[src]

Called with connections when they are removed from the pool. Read more