pub struct Reporter;Implementations§
Source§impl Reporter
impl Reporter
Sourcepub fn reset_message_cache()
pub fn reset_message_cache()
Clear the message cache to allow duplicated messages in different test scopes
Sourcepub fn enable_deduplication()
pub fn enable_deduplication()
Enable deduplication of messages
Sourcepub fn disable_deduplication()
pub fn disable_deduplication()
Disable deduplication of messages (for tests)
Sourcepub fn enable_silent_mode()
pub fn enable_silent_mode()
Enable silent mode to suppress intermediate output in chains
Sourcepub fn disable_silent_mode()
pub fn disable_silent_mode()
Disable silent mode to show all output
pub fn summarize()
Auto Trait Implementations§
impl Freeze for Reporter
impl RefUnwindSafe for Reporter
impl Send for Reporter
impl Sync for Reporter
impl Unpin for Reporter
impl UnwindSafe for Reporter
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