pub struct NoopReporter;Expand description
No-op reporter (default when no reporter is set on the builder).
Trait Implementations§
Source§impl Debug for NoopReporter
impl Debug for NoopReporter
Source§impl Default for NoopReporter
impl Default for NoopReporter
Source§fn default() -> NoopReporter
fn default() -> NoopReporter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoopReporter
impl RefUnwindSafe for NoopReporter
impl Send for NoopReporter
impl Sync for NoopReporter
impl Unpin for NoopReporter
impl UnsafeUnpin for NoopReporter
impl UnwindSafe for NoopReporter
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