pub struct JsonReporter { /* private fields */ }Expand description
JSON reporter emitting a versioned schema for machine consumers.
Implementations§
Trait Implementations§
Source§impl Debug for JsonReporter
impl Debug for JsonReporter
Source§impl Default for JsonReporter
impl Default for JsonReporter
Auto Trait Implementations§
impl Freeze for JsonReporter
impl RefUnwindSafe for JsonReporter
impl Send for JsonReporter
impl Sync for JsonReporter
impl Unpin for JsonReporter
impl UnsafeUnpin for JsonReporter
impl UnwindSafe for JsonReporter
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