pub struct TermReporter;Expand description
Writes events to the terminal, colouring answers by verdict.
Trait Implementations§
Source§impl Clone for TermReporter
impl Clone for TermReporter
Source§fn clone(&self) -> TermReporter
fn clone(&self) -> TermReporter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TermReporter
Source§impl Debug for TermReporter
impl Debug for TermReporter
Source§impl Default for TermReporter
impl Default for TermReporter
Source§fn default() -> TermReporter
fn default() -> TermReporter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TermReporter
impl RefUnwindSafe for TermReporter
impl Send for TermReporter
impl Sync for TermReporter
impl Unpin for TermReporter
impl UnsafeUnpin for TermReporter
impl UnwindSafe for TermReporter
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