pub struct JsonRenderer;Expand description
JSON renderer for machine consumption.
Outputs the Diff struct as pretty-printed JSON.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonRenderer
impl RefUnwindSafe for JsonRenderer
impl Send for JsonRenderer
impl Sync for JsonRenderer
impl Unpin for JsonRenderer
impl UnwindSafe for JsonRenderer
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