Struct r2d2::NopErrorHandler [−][src]
pub struct NopErrorHandler;
A HandleError
implementation which does nothing.
Trait Implementations
impl Copy for NopErrorHandler
[src]
impl Copy for NopErrorHandler
impl Clone for NopErrorHandler
[src]
impl Clone for NopErrorHandler
fn clone(&self) -> NopErrorHandler
[src]
fn clone(&self) -> NopErrorHandler
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for NopErrorHandler
[src]
impl Debug for NopErrorHandler
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<E> HandleError<E> for NopErrorHandler
[src]
impl<E> HandleError<E> for NopErrorHandler
fn handle_error(&self, _: E)
[src]
fn handle_error(&self, _: E)
Handles an error.
Auto Trait Implementations
impl Send for NopErrorHandler
impl Send for NopErrorHandler
impl Sync for NopErrorHandler
impl Sync for NopErrorHandler