pub struct NoopErrorReporter;Expand description
Error reporting implementation that drops every event. Useful for tests or when a consumer does not yet integrate with error monitoring.
Trait Implementations§
Source§impl Clone for NoopErrorReporter
impl Clone for NoopErrorReporter
Source§fn clone(&self) -> NoopErrorReporter
fn clone(&self) -> NoopErrorReporter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NoopErrorReporter
impl Debug for NoopErrorReporter
Source§impl Default for NoopErrorReporter
impl Default for NoopErrorReporter
Source§fn default() -> NoopErrorReporter
fn default() -> NoopErrorReporter
Returns the “default value” for a type. Read more
Source§impl ErrorReporter for NoopErrorReporter
impl ErrorReporter for NoopErrorReporter
impl Copy for NoopErrorReporter
Auto Trait Implementations§
impl Freeze for NoopErrorReporter
impl RefUnwindSafe for NoopErrorReporter
impl Send for NoopErrorReporter
impl Sync for NoopErrorReporter
impl Unpin for NoopErrorReporter
impl UnwindSafe for NoopErrorReporter
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