pub struct Noop;Expand description
A handler for non-fatal errors which does nothing with them.
Trait Implementations§
Source§impl NonFatalErrorHandler for Noop
impl NonFatalErrorHandler for Noop
fn handle(&mut self, _: NonFatalError)
Auto Trait Implementations§
impl Freeze for Noop
impl RefUnwindSafe for Noop
impl Send for Noop
impl Sync for Noop
impl Unpin for Noop
impl UnsafeUnpin for Noop
impl UnwindSafe for Noop
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