pub struct RecordingEmitter { /* private fields */ }Expand description
Test emitter recording delayed bug invocations for assertions.
Implementations§
Trait Implementations§
Source§impl Debug for RecordingEmitter
impl Debug for RecordingEmitter
Source§impl Default for RecordingEmitter
impl Default for RecordingEmitter
Source§fn default() -> RecordingEmitter
fn default() -> RecordingEmitter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for RecordingEmitter
impl !RefUnwindSafe for RecordingEmitter
impl !Sync for RecordingEmitter
impl Send for RecordingEmitter
impl Unpin for RecordingEmitter
impl UnsafeUnpin for RecordingEmitter
impl UnwindSafe for RecordingEmitter
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