Struct r2d2::NopErrorHandler [] [src]

pub struct NopErrorHandler;

A HandleError implementation which does nothing.

Trait Implementations

impl Debug for NopErrorHandler
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for NopErrorHandler
[src]

fn clone(&self) -> NopErrorHandler

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for NopErrorHandler
[src]

impl<E> HandleError<E> for NopErrorHandler
[src]

fn handle_error(&self, _: E)

Handles an error.