pub struct NullReporter;Trait Implementations§
Auto Trait Implementations§
impl Freeze for NullReporter
impl RefUnwindSafe for NullReporter
impl Send for NullReporter
impl Sync for NullReporter
impl Unpin for NullReporter
impl UnsafeUnpin for NullReporter
impl UnwindSafe for NullReporter
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