pub struct ErrorHandlerRegistration {
pub handler: ErrorHandlerFn,
}Expand description
Registration entry for a custom error handler, collected via inventory.
Fields§
§handler: ErrorHandlerFnTrait Implementations§
impl Collect for ErrorHandlerRegistration
Auto Trait Implementations§
impl Freeze for ErrorHandlerRegistration
impl RefUnwindSafe for ErrorHandlerRegistration
impl Send for ErrorHandlerRegistration
impl Sync for ErrorHandlerRegistration
impl Unpin for ErrorHandlerRegistration
impl UnsafeUnpin for ErrorHandlerRegistration
impl UnwindSafe for ErrorHandlerRegistration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more