pub struct EmptyReporter;Trait Implementations§
Source§impl Debug for EmptyReporter
impl Debug for EmptyReporter
Source§impl Default for EmptyReporter
impl Default for EmptyReporter
Source§fn default() -> EmptyReporter
fn default() -> EmptyReporter
Returns the “default value” for a type. Read more
Source§impl Reporter for EmptyReporter
impl Reporter for EmptyReporter
fn inherit_streams(&mut self, _err: ConsoleStream, _out: ConsoleStream)
Auto Trait Implementations§
impl Freeze for EmptyReporter
impl RefUnwindSafe for EmptyReporter
impl Send for EmptyReporter
impl Sync for EmptyReporter
impl Unpin for EmptyReporter
impl UnwindSafe for EmptyReporter
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