pub struct Pretty<'a, 'buf> { /* private fields */ }Expand description
Write a parsed and potentially modified json::Element tree to a buffer formatted
for human readability.
The JSON is formatted so that each element is indented and put on it’s own line.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'buf> Freeze for Pretty<'a, 'buf>
impl<'a, 'buf> RefUnwindSafe for Pretty<'a, 'buf>
impl<'a, 'buf> Send for Pretty<'a, 'buf>
impl<'a, 'buf> Sync for Pretty<'a, 'buf>
impl<'a, 'buf> Unpin for Pretty<'a, 'buf>
impl<'a, 'buf> UnwindSafe for Pretty<'a, 'buf>
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