pub struct NoopRecorder;Expand description
Recorder that discards everything.
Trait Implementations§
Source§impl RunRecorder for NoopRecorder
impl RunRecorder for NoopRecorder
Auto Trait Implementations§
impl Freeze for NoopRecorder
impl RefUnwindSafe for NoopRecorder
impl Send for NoopRecorder
impl Sync for NoopRecorder
impl Unpin for NoopRecorder
impl UnsafeUnpin for NoopRecorder
impl UnwindSafe for NoopRecorder
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