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
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)