Struct diesel::r2d2::NopErrorHandler [−][src]
pub struct NopErrorHandler;
Expand description
A HandleError
implementation which does nothing.
Trait Implementations
Handles an error.
Auto Trait Implementations
impl RefUnwindSafe for NopErrorHandler
impl Send for NopErrorHandler
impl Sync for NopErrorHandler
impl Unpin for NopErrorHandler
impl UnwindSafe for NopErrorHandler
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more