Struct border_core::record::NullRecorder
source · pub struct NullRecorder {}Expand description
A recorder that ignores any record. This struct is used just for debugging.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NullRecorder
impl Send for NullRecorder
impl Sync for NullRecorder
impl Unpin for NullRecorder
impl UnwindSafe for NullRecorder
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