Struct r2d2::NopErrorHandler [−][src]
pub struct NopErrorHandler;
A HandleError implementation which does nothing.
Trait Implementations
impl Copy for NopErrorHandler[src]
impl Copy for NopErrorHandlerimpl Clone for NopErrorHandler[src]
impl Clone for NopErrorHandlerfn clone(&self) -> NopErrorHandler[src]
fn clone(&self) -> NopErrorHandlerReturns 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 NopErrorHandlerfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<E> HandleError<E> for NopErrorHandler[src]
impl<E> HandleError<E> for NopErrorHandlerfn handle_error(&self, _: E)[src]
fn handle_error(&self, _: E)Handles an error.
Auto Trait Implementations
impl Send for NopErrorHandler
impl Send for NopErrorHandlerimpl Sync for NopErrorHandler
impl Sync for NopErrorHandler