Struct r2d2::NoopErrorHandler [] [src]

pub struct NoopErrorHandler;

An ErrorHandler which does nothing.

Trait Implementations

impl Debug for NoopErrorHandler
[src]

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

Formats the value using the given formatter.

impl Clone for NoopErrorHandler
[src]

fn clone(&self) -> NoopErrorHandler

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 NoopErrorHandler
[src]

impl<E> ErrorHandler<E> for NoopErrorHandler
[src]

fn handle_error(&self, _: E)

Handles an error.